mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 10:16:32 +02:00
🐛 Update poll status when finalizing
This commit is contained in:
parent
04211ac168
commit
a80460814e
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ export const polls = router({
|
|||
id: input.pollId,
|
||||
},
|
||||
data: {
|
||||
status: "finalized",
|
||||
event: {
|
||||
create: {
|
||||
optionId: input.optionId,
|
||||
|
|
Loading…
Add table
Reference in a new issue