Clean up bad coding practices

This commit is contained in:
Kio-td 2023-02-10 00:38:23 -05:00
parent cdc210f0f0
commit 79a3aadc60

View file

@ -123,7 +123,7 @@ export async function createNote(
// Skip if author is suspended.
if (actor.isSuspended) {
logger.debug(`User ${`${actor.usernameLower}@${actor.host}`} suspended; discarding.`)
logger.debug(`User ${actor.usernameLower}@${actor.host} suspended; discarding.`)
return null;
}