kleydon / prisma-session-store

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

`findOne` is deprecated #25

Closed kou029w closed 3 years ago

kou029w commented 3 years ago

In the release of Prisma v2.12.0, the name of findOne was changed to findUnique and findOne was deprecated. https://github.com/prisma/prisma/releases/tag/2.12.0

Thank you.

kleydon commented 3 years ago

Addressing in PR26...

kleydon commented 3 years ago

:tada: This issue has been resolved in version 1.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: