kleydon / prisma-session-store

Express session store for Prisma
MIT License
116 stars 18 forks source link

fix: changed findOne to findUnique, for Prisma 2.12.0+ #26

Closed kleydon closed 3 years ago

kleydon commented 3 years ago

fixes: #25

kleydon commented 3 years ago

@wSedlacek, would you mind taking a look at this?

wSedlacek commented 3 years ago

@wSedlacek, would you mind taking a look at this?

LGTM. The nice part about having 100% test coverage is that if the test pass with the updated version then I can be pretty confident that it works.

kleydon commented 3 years ago

:tada: This PR is included in version 1.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

kleydon commented 3 years ago

Thanks!

wSedlacek commented 3 years ago

One thing I am noticing after the fact is that in the change log this shows up as a bug fix In the future updates like these should be a chore