mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-25 22:22:51 +09:00
cleanup(ApQuestionService.ts
)
This commit is contained in:
parent
f70fd08306
commit
279321e841
@ -103,9 +103,7 @@ export class ApQuestionService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await this.pollsRepository.update({ noteId: note.id }, {
|
await this.pollsRepository.update({ noteId: note.id }, { votes: poll.votes });
|
||||||
votes: poll.votes,
|
|
||||||
});
|
|
||||||
|
|
||||||
return changed;
|
return changed;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user