|  | 
 |  | 
 | 
												
													
														| 63 |          ];
 | 63 |          ];
 | 
												
													
														| 64 |          $survey_data = Survey::where('line_user_id',$lineUserId)->first();
 | 64 |          $survey_data = Survey::where('line_user_id',$lineUserId)->first();
 | 
												
													
														| 65 |          if(!empty($survey_data->id)){
 | 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 |              $clearAction = [];
 | 67 |              $clearAction = [];
 | 
												
													
														| 68 |              foreach($filler_content as $key => $content){
 | 68 |              foreach($filler_content as $key => $content){
 | 
												
													
														| 69 |                  array_push($buildActions, $this->buildActionsRequest("removeTag", $content));
 | 69 |                  array_push($buildActions, $this->buildActionsRequest("removeTag", $content));
 |