Skip to content

Commit 34fed2a

Browse files
committed
chore: remove job
1 parent ce037bb commit 34fed2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitAttendeesApiController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ public function getAttendeesBySummit($summit_id)
352352
$summit = SummitFinderStrategyFactory::build($this->summit_repository, $this->getResourceServerContext())->find($summit_id);
353353
if (is_null($summit)) return $this->error404();
354354

355-
SynchAllAttendeesStatus::dispatch($summit->getId());
356-
357355
$filter = null;
358356

359357
$filterRules = [

0 commit comments

Comments
 (0)