From d502b3d0521fa2ed42b2e8facf52daed061cbb42 Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 7 Feb 2022 13:05:06 +0100 Subject: [PATCH] yarn lint --fix. --- backend/src/util/hasElopageBuys.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/util/hasElopageBuys.ts b/backend/src/util/hasElopageBuys.ts index 7078ed077..624cd0815 100644 --- a/backend/src/util/hasElopageBuys.ts +++ b/backend/src/util/hasElopageBuys.ts @@ -1,4 +1,3 @@ - import { getCustomRepository } from '@dbTools/typeorm' import { LoginElopageBuysRepository } from '../typeorm/repository/LoginElopageBuys'