Browse Source

(fix): remove tag

oscar 1 year ago
parent
commit
eacb0d3682
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php View File

@@ -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
                     }