Skip to content

Commit

Permalink
Update import type of RedisStore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrobertson committed Jan 6, 2025
1 parent 42644c7 commit 2e69164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/middleware/setUpWebSession.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RedisStore from 'connect-redis'
import { RedisStore } from 'connect-redis'
import type { Router } from 'express'
import express from 'express'
import session from 'express-session'
Expand Down

0 comments on commit 2e69164

Please sign in to comment.