浏览代码

(fix): remove tag

oscar 1年前
父节点
当前提交
eacb0d3682
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php 查看文件

166
             }
166
             }
167
             switch ($action['type']) {
167
             switch ($action['type']) {
168
                 case "addTag":
168
                 case "addTag":
169
+                case "removeTag":
169
                     foreach ($action['value'] as $value) {
170
                     foreach ($action['value'] as $value) {
170
                         $tagType[$action['type']]['value'][] = $value;
171
                         $tagType[$action['type']]['value'][] = $value;
171
                     }
172
                     }