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