We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7cd0f commit ae92435Copy full SHA for ae92435
packages/server/src/types.ts
@@ -123,6 +123,6 @@ export interface DBInterface {
123
token: string,
124
connection: ConnectionInformationsType
125
): Promise<void>;
126
- invalidateSession(token: string): Promise<void>;
+ invalidateSession(sessionId: string): Promise<void>;
127
invalidateAllSessions(userId: string): Promise<void>;
128
}
0 commit comments