chore(lint): Add missing semicolons
This commit is contained in:
@@ -118,7 +118,7 @@ export default async (user: User, note: Note, reaction?: string) => {
|
||||
const content = renderActivity(await renderLike(inserted, note));
|
||||
const dm = new DeliverManager(user, content);
|
||||
if (note.userHost !== null) {
|
||||
const reactee = await Users.findOne(note.userId)
|
||||
const reactee = await Users.findOne(note.userId);
|
||||
dm.addDirectRecipe(reactee as IRemoteUser);
|
||||
}
|
||||
dm.addFollowersRecipe();
|
||||
|
Reference in New Issue
Block a user