fix suggestion typo

This commit is contained in:
Ulf Gebhardt 2023-02-02 02:06:39 +01:00
parent cd2eeee40d
commit 3c3ccdb133
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -595,7 +595,7 @@ export class UserResolver {
logger.debug('writing User data successful...')
} catch (e) {
await queryRunner.rollbackTransaction()
throw new LogError(`Error on writing updated user data', e)
throw new LogError('Error on writing updated user data', e)
} finally {
await queryRunner.release()
}