mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-26 17:04:36 +02:00
cleanup(ApQuestionService.ts)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user