chore(lint): Add missing semicolons
This commit is contained in:
parent
7231f5ff0b
commit
a3283c71ef
9 changed files with 26 additions and 26 deletions
|
|
@ -48,7 +48,7 @@ export default async (user: User, note: Note) => {
|
|||
const content = renderActivity(renderUndo(await renderLike(exist, note), user));
|
||||
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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue