Mrtenz / typeorm-store

A TypeORM-based store for express-session.
MIT License
16 stars 12 forks source link

Error when using the latest version of typeorm #5

Open yagoferrer opened 4 years ago

yagoferrer commented 4 years ago

When using the latest version of typeorm npm install typeorm@next, I'm getting this error: Type 'Repository<Session>' is not assignable to type 'Repository<SessionEntity>'.