Skip to content

Commit

Permalink
[TM-1531] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
egrojMonroy committed Dec 18, 2024
1 parent 07d2267 commit a72ba66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ public function runPolygonsValidation(Request $request)
'entity_id' => $entity->id,
'entity_type' => get_class($entity),
'is_acknowledged' => false,
'name' => 'Polygon Validation'
'name' => 'Polygon Validation',
]);
$job = new RunSitePolygonsValidationJob($delayedJob->id, $uuids);
dispatch($job);
Expand Down

0 comments on commit a72ba66

Please sign in to comment.