chore(lint): Add missing semicolons

This commit is contained in:
syuilo 2020-05-10 17:25:16 +09:00
parent 7231f5ff0b
commit a3283c71ef
9 changed files with 26 additions and 26 deletions

View file

@ -78,7 +78,7 @@ export async function toDbReaction(reaction?: string | null, reacterHost?: strin
name,
});
if (emoji) return reacterHost ? `:${name}@${reacterHost}:` : `:${name}:`
if (emoji) return reacterHost ? `:${name}@${reacterHost}:` : `:${name}:`;
}
return await getFallbackReaction();