fix linting

This commit is contained in:
Ulf Gebhardt 2023-03-14 23:50:25 +01:00
parent e5732526e2
commit 89024dffbb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -48,7 +48,9 @@ export async function validateCommunities(): Promise<void> {
logger.debug(`Federation: updated dbCom: ${JSON.stringify(dbCom)}`)
} else {
logger.warn(
`Federation: received not matching publicKey -> received: ${pubKey}, expected: ${dbCom.publicKey} `,
`Federation: received not matching publicKey -> received: ${
pubKey || 'null'
}, expected: ${dbCom.publicKey.toString()} `,
)
// DbCommunity.delete({ id: dbCom.id })
}