Skip to content

Commit e7cc9d9

Browse files
committed
revert changes
1 parent 6a2ba9a commit e7cc9d9

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
@@ -380,7 +380,6 @@ export class Session extends BaseResource implements SessionResource {
380380
if (shouldDispatchTokenUpdate) {
381381
eventBus.emit(events.TokenUpdate, { token: cachedToken });
382382
}
383-
384383
// Return null when raw string is empty to indicate that there it's signed-out
385384
return cachedToken.getRawString() || null;
386385
}

0 commit comments

Comments
 (0)