From 54e89f2eb77992d4b1bd0bd317fcb77468a0e0f1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 3 Mar 2022 13:47:39 +0100 Subject: [PATCH] unused scalar/Decimal, yarn lint --fix --- backend/src/graphql/resolver/TransactionResolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/graphql/resolver/TransactionResolver.ts b/backend/src/graphql/resolver/TransactionResolver.ts index 4909c1a0d..b06bfd568 100644 --- a/backend/src/graphql/resolver/TransactionResolver.ts +++ b/backend/src/graphql/resolver/TransactionResolver.ts @@ -30,7 +30,7 @@ import { RIGHTS } from '../../auth/RIGHTS' import { User } from '../model/User' import { communityUser } from '../../util/communityUser' import { virtualDecayTransaction } from '../../util/virtualDecayTransaction' -import Decimal from '../scalar/Decimal' +// import Decimal from '../scalar/Decimal' @Resolver() export class TransactionResolver {