Commit f6a5488f by Vladislav

remove typo

1 parent 273d056c
Showing with 0 additions and 8 deletions
......@@ -79,16 +79,8 @@ class AddKeywords extends DirectRequest
'external_id' => $external_id,
'external_upload_at' => Carbon::now(),
]);
$goalKeyword->goalKeywords()->update([
'goal_ad_group_external_id' => $external_id,
]);
}
$goalKeyword->update([
'external_id' => $external_id,
'external_upload_at' => Carbon::now(),
]);
}
} catch (\Exception $e) {
Log::debug($e);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!