Skip to content

Commit d16cae5

Browse files
committed
revert changes
1 parent ecc3697 commit d16cae5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/clerk-js/src/core/resources/Session.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ export class Session extends BaseResource implements SessionResource {
397397
if (isLastActiveIssuedAfterCached && this.lastActiveToken) {
398398
return this.lastActiveToken.getRawString() || null;
399399
}
400-
401400
// Return null when raw string is empty to indicate that there it's signed-out
402401
return cachedToken.getRawString() || null;
403402
}

0 commit comments

Comments
 (0)