Skip to content

Commit e506acf

Browse files
committed
src/lib/session-manager.ts
1 parent 96332e6 commit e506acf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/session-manager.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import type { RedisClientType } from 'redis';
1+
import { createClient } from 'redis';
2+
3+
type RedisClientType = ReturnType<typeof createClient>;
24

35
export interface SessionManager {
46
sessionId: string;

0 commit comments

Comments
 (0)