From 6ecc10318d7ff63a13af400372e0108efbeba5b8 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 17 Jun 2022 09:42:35 +0200 Subject: [PATCH] remove double whitespace --- backend/src/graphql/resolver/TransactionLinkResolver.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/graphql/resolver/TransactionLinkResolver.ts b/backend/src/graphql/resolver/TransactionLinkResolver.ts index ddc1d3094..c607247b9 100644 --- a/backend/src/graphql/resolver/TransactionLinkResolver.ts +++ b/backend/src/graphql/resolver/TransactionLinkResolver.ts @@ -276,8 +276,8 @@ export class TransactionLinkResolver { logger.info('creation from contribution link commited successfuly.') } catch (e) { await queryRunner.rollbackTransaction() - logger.error(`Creation from contribution link was not successful: ${e}`) - throw new Error(`Creation from contribution link was not successful. ${e}`) + logger.error(`Creation from contribution link was not successful: ${e}`) + throw new Error(`Creation from contribution link was not successful. ${e}`) } finally { await queryRunner.release() }