Skip to content

Commit c666506

Browse files
committed
forgot to re throw the error
1 parent 9a95462 commit c666506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/utils/atproto/oauth-session-store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export class OAuthSessionStore implements NodeSavedSessionStore {
2727
'[oauth session store] Failed to set session:',
2828
error instanceof Error ? error.message : 'Unknown error',
2929
)
30+
throw error
3031
}
3132
}
3233

0 commit comments

Comments
 (0)