Skip to content

Commit 63e4101

Browse files
committed
fix first load incremental fetching
1 parent 6ec22b3 commit 63e4101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GoogleAnalytics/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public static function getDelayFn(int $base = 5000): \Closure
437437
public function getStartDate(string $startDate): string
438438
{
439439
if ($startDate === Config::STATE_LAST_RUN_DATE) {
440-
$startDate = $this->inputState[Config::STATE_LAST_RUN_DATE] ?? '2005-01-01';
440+
$startDate = $this->inputState[Config::STATE_LAST_RUN_DATE] ?? '2015-08-13';
441441
}
442442
return $startDate;
443443
}

0 commit comments

Comments
 (0)