Finally "fix" (hack) Prisma middleware bug

Middleware runs twice on question upsert?
This commit is contained in:
Isaac
2022-07-23 20:28:48 +01:00
parent e00ff4e831
commit 5f5ffca74c
9 changed files with 63 additions and 64 deletions

View File

@@ -4,7 +4,7 @@ generator client {
datasource db {
provider = "sqlite"
url = env("DB_CONNECTION_URL")
url = "file:../user/database.db"
}
model ArchivedChannel {