Skip to content

Commit ae92435

Browse files
committed
revert invalidateSession type change
1 parent 5b7cd0f commit ae92435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ export interface DBInterface {
123123
token: string,
124124
connection: ConnectionInformationsType
125125
): Promise<void>;
126-
invalidateSession(token: string): Promise<void>;
126+
invalidateSession(sessionId: string): Promise<void>;
127127
invalidateAllSessions(userId: string): Promise<void>;
128128
}

0 commit comments

Comments
 (0)