This commit is contained in:
parent
e3f6d42a47
commit
8bc47baf4f
3 changed files with 18 additions and 2 deletions
|
@ -289,7 +289,7 @@ export const pack = async (
|
|||
|
||||
// Poll
|
||||
if (meId && _note.poll && !hide) {
|
||||
_note.poll = (async (poll) => {
|
||||
_note.poll = (async poll => {
|
||||
const vote = await PollVote
|
||||
.findOne({
|
||||
userId: meId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue