Skip to content

Commit 796e187

Browse files
authored
Update Iam.php
1 parent 8d9b689 commit 796e187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Iam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ protected function loadToken()
354354
{
355355
if ($this->iam_token)
356356
{
357-
if ($this->refresh_at < time()){
357+
if ($this->refresh_at <= time()){
358358
try {
359359
return $this->newToken();
360360
} catch (\Exception $e){

0 commit comments

Comments
 (0)