1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 22:45:56 +02:00
This commit is contained in:
syuilo
2019-04-12 01:01:25 +09:00
parent 11c30eccb3
commit d7df75ae6c
3 changed files with 0 additions and 29 deletions

View File

@@ -68,10 +68,6 @@ export async function updateQuestion(value: any) {
}
}
await Notes.update(note.id, {
updatedAt: new Date(),
});
await Polls.update({ noteId: note.id }, {
votes: poll.votes
});