Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 349d178

Browse files
krukasvijay-wagento
authored andcommitted
Remove tab
1 parent 7f34b22 commit 349d178

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
@@ -134,7 +134,7 @@ private function isTokenExpired(Token $token): bool
134134
}
135135

136136
if (empty($tokenTtl)) {
137-
return false;
137+
return false;
138138
}
139139

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

0 commit comments

Comments
 (0)