📦 Upgrade to prisma 5 (#748)

This commit is contained in:
Luke Vella 2023-07-14 12:46:04 +01:00 committed by GitHub
parent d205f991e9
commit 9f737fc061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 22 deletions

View file

@ -347,7 +347,6 @@ export const polls = router({
where: {
adminUrlId: input.urlId,
},
rejectOnNotFound: false,
});
if (!res) {
@ -404,7 +403,6 @@ export const polls = router({
where: {
id: input.urlId,
},
rejectOnNotFound: false,
});
if (!res) {