Skip to content

Commit 4e0bd01

Browse files
committed
debug log
1 parent 0188367 commit 4e0bd01

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
@@ -17,6 +17,7 @@ export class OAuthSessionStore implements NodeSavedSessionStore {
1717

1818
async set(_key: string, val: NodeSavedSession) {
1919
// We are ignoring the key since the mapping is already done in the session
20+
console.log('New set expires:', val.tokenSet.expires_at)
2021
try {
2122
await this.session.update({
2223
oauthSession: val,

0 commit comments

Comments
 (0)