Skip to content

Commit 6a72ad9

Browse files
committed
Merge branch 'main' of github.com:joomla-projects/Automated-Updates-Server
2 parents 8d14d0e + f902f96 commit 6a72ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/QueueHealthChecks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function handle(): int
3434
$this->output->writeln('Pushing pending health checks');
3535

3636
Site::query()
37-
->whereDate(
37+
->where(
3838
'last_seen',
3939
'<',
4040
Carbon::now()->subHours((int) config('autoupdates.healthcheck_interval')) // @phpstan-ignore-line

0 commit comments

Comments
 (0)