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 Dec 12, 2024
1 parent 1f27548 commit df5765c
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 df5765c

Please sign in to comment.