1 parent a35ecb2 commit 54255baCopy full SHA for 54255ba
1 file changed
src/Http/Client.php
@@ -68,7 +68,7 @@ public function request(string $method, string $path = '', array $options = []):
68
69
public function isAuthorized(): bool
70
{
71
- return $this->tokenStorage->retrieveAccessToken()?->isExpired((new DateTime())->add(new \DateInterval("PT30S"))) === false;
+ return $this->tokenStorage->retrieveAccessToken()?->isExpired((new DateTime())->add(new \DateInterval('PT30S'))) === false;
72
}
73
74
private function authorize(): void
0 commit comments