Clean up
This commit is contained in:
parent
11c30eccb3
commit
d7df75ae6c
3 changed files with 0 additions and 29 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue