We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191b268 commit 0bab109Copy full SHA for 0bab109
src/lib/MongoStore.ts
@@ -154,7 +154,9 @@ function computeExpires(
154
155
export default class MongoStore<
156
T extends session.SessionData = session.SessionData,
157
-> extends session.Store {
+>
158
+ extends session.Store
159
+{
160
private clientP: Promise<MongoClient>
161
private readonly cryptoAdapter: CryptoAdapter | null = null
162
private timer?: NodeJS.Timeout
0 commit comments