Clean up bad coding practices

This commit is contained in:
Kio-td 2023-02-10 00:38:23 -05:00
parent 4a1dbfad29
commit f08e5cd250

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;
}