mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 19:51:51 +02:00
📦 Upgrade to prisma 5 (#748)
This commit is contained in:
parent
d205f991e9
commit
9f737fc061
4 changed files with 21 additions and 22 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue