mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 02:15:41 +02:00
Clean up
This commit is contained in:
@@ -72,7 +72,7 @@ export async function updateQuestion(value: any) {
|
||||
updatedAt: new Date(),
|
||||
});
|
||||
|
||||
await Polls.update(poll.id, {
|
||||
await Polls.update({ noteId: note.id }, {
|
||||
votes: poll.votes
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user