|
@@ -66,7 +66,7 @@ class HealthyPassPortController extends Controller
|
66
|
66
|
$filler_content = json_decode($survey_data->filler_content, true);
|
67
|
67
|
$clearAction = [];
|
68
|
68
|
foreach($filler_content as $key => $content){
|
69
|
|
- array_push($buildActions, $this->buildActionsRequest("removeTag", $content));
|
|
69
|
+ array_push($clearAction, $this->buildActionsRequest("removeTag", $content));
|
70
|
70
|
}
|
71
|
71
|
}
|
72
|
72
|
|