|
@@ -63,7 +63,7 @@ class HealthyPassPortController extends Controller
|
63
|
63
|
];
|
64
|
64
|
$survey_data = Survey::where('line_user_id',$lineUserId)->first();
|
65
|
65
|
if(!empty($survey_data->id)){
|
66
|
|
- $filler_content = json_decode($profile->filler_content, true);
|
|
66
|
+ $filler_content = json_decode($survey_data->filler_content, true);
|
67
|
67
|
$clearAction = [];
|
68
|
68
|
foreach($filler_content as $key => $content){
|
69
|
69
|
array_push($buildActions, $this->buildActionsRequest("removeTag", $content));
|