Przeglądaj źródła

(fix): remove tag

oscar 1 rok temu
rodzic
commit
eacb0d3682

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php Wyświetl plik

@@ -166,6 +166,7 @@ class HealthyPassPortController extends Controller
166 166
             }
167 167
             switch ($action['type']) {
168 168
                 case "addTag":
169
+                case "removeTag":
169 170
                     foreach ($action['value'] as $value) {
170 171
                         $tagType[$action['type']]['value'][] = $value;
171 172
                     }