Skip to content

Commit

Permalink
Update SyncCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue authored Jan 26, 2024
1 parent e8d608d commit 1182c73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Commands/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ protected function syncMonitoredScheduledTaskWithOhDear(int $siteId): array
->whereIn(
'name',
ScheduledTasks::createForSchedule()
->monitoredAtOhDear()
->map->name()
->monitoredAtOhDear()
->map->name()
)
->get();

Expand Down Expand Up @@ -155,8 +155,8 @@ protected function pushMonitoredScheduledTaskToOhDear(int $siteId): array
->whereIn(
'name',
ScheduledTasks::createForSchedule()
->monitoredAtOhDear()
->map->name()
->monitoredAtOhDear()
->map->name()
)
->get();

Expand Down

0 comments on commit 1182c73

Please sign in to comment.