Skip to content

Commit 3ca1c6f

Browse files
committed
[TASK] Remove tab
1 parent eab3674 commit 3ca1c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Webapi/Model/Authorization/TokenUserContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private function isTokenExpired(Token $token): bool
135135
}
136136

137137
if (empty($tokenTtl)) {
138-
return false;
138+
return false;
139139
}
140140

141141
if ($this->dateTime->strToTime($token->getCreatedAt()) < ($this->date->gmtTimestamp() - $tokenTtl * 3600)) {

0 commit comments

Comments
 (0)