Skip to content

Commit 166aaa5

Browse files
author
Freek Vandeursen
committed
1 parent 4669343 commit 166aaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Picqer/Financials/Exact/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ private function tokenHasExpired()
582582
return true;
583583
}
584584

585-
return ($this->tokenExpires - 60) < time();
585+
return ($this->tokenExpires - 10) < time();
586586
}
587587

588588
private function formatUrl($endPoint, $includeDivision = true, $formatNextUrl = false)

0 commit comments

Comments
 (0)