Skip to content

Commit 5b7cd0f

Browse files
committed
restore findSessionById for db
1 parent 93637e7 commit 5b7cd0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export interface DBInterface {
111111
): Promise<void>;
112112

113113
// Session related operations
114+
findSessionById(sessionId: string): Promise<SessionType | null>;
114115
findSessionByToken(token: string): Promise<SessionType | null>;
115116
createSession(
116117
userId: string,

0 commit comments

Comments
 (0)