cleanup(ApQuestionService.ts)
This commit is contained in:
parent
f70fd08306
commit
279321e841
1 changed files with 1 additions and 3 deletions
|
|
@ -103,9 +103,7 @@ export class ApQuestionService {
|
|||
}
|
||||
}
|
||||
|
||||
await this.pollsRepository.update({ noteId: note.id }, {
|
||||
votes: poll.votes,
|
||||
});
|
||||
await this.pollsRepository.update({ noteId: note.id }, { votes: poll.votes });
|
||||
|
||||
return changed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue