Skip to content

Commit 35256e6

Browse files
committed
fix comparsion logic
1 parent 0426b93 commit 35256e6

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)