Skip to content

Commit f70b33d

Browse files
committed
one more styleci fix. don’t be that picky! 🙈
1 parent a661f71 commit f70b33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Remote/RemoteController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public function getConfiguration(Request $request, $tokenString)
123123
// Check if token is expired
124124
if ($token->expires_at->lt(Carbon::now())) {
125125
$token->delete();
126+
126127
return response(json_encode(['error' => 'token_expired']), 403)
127128
->header('Content-Type', 'application/json');
128129
}

0 commit comments

Comments
 (0)