diff --git a/run_checks.php b/run_checks.php index 1a0e50f8..9fe8cdd4 100644 --- a/run_checks.php +++ b/run_checks.php @@ -47,7 +47,7 @@ function env(string $key, ?string $default = null): ?string new Client() ); -$start = (new DateTime())->sub(new DateInterval('P3M')); +$start = (new DateTime())->sub(new DateInterval('P89D')); $end = new DateTime(); // FingerprintApi->searchEvents usage example