Mrtenz / typeorm-store

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

Update findOne to follow typeorm changes past 0.3.0 #20

Closed bigplayalman closed 2 years ago

bigplayalman commented 2 years ago

https://github.com/Mrtenz/typeorm-store/blob/5bc4d52e5adcb3ec51912615f78b7c0502abe38e/src/store.ts#L115

findOne({ where: { id: 1, })

Mrtenz commented 2 years ago

Feel free to submit a PR for this!

Mrtenz commented 2 years ago

21