fix lint
This commit is contained in:
@@ -17,7 +17,7 @@ export default async function renderVote(user: { id: User['id'] }, vote: PollVot
|
||||
attributedTo: `${config.url}/users/${user.id}`,
|
||||
to: [pollOwner.uri],
|
||||
inReplyTo: note.uri,
|
||||
name: poll.choices[vote.choice]
|
||||
}
|
||||
name: poll.choices[vote.choice],
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user