Skip to content

Commit 833763c

Browse files
committed
revert changes
1 parent d2ac9ad commit 833763c

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
@@ -386,7 +386,6 @@ export class Session extends BaseResource implements SessionResource {
386386
if (shouldDispatchTokenUpdate) {
387387
eventBus.emit(events.TokenUpdate, { token: cachedToken });
388388
}
389-
390389
// Return null when raw string is empty to indicate that there it's signed-out
391390
return cachedToken.getRawString() || null;
392391
}

0 commit comments

Comments
 (0)