From 872623231f700b02b0da99e974e3b75761921bf1 Mon Sep 17 00:00:00 2001 From: mirarifhasan Date: Mon, 29 Apr 2024 22:37:07 +0600 Subject: [PATCH] refactor: remove unused imports --- packages/hoppscotch-backend/src/team/team.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/hoppscotch-backend/src/team/team.service.ts b/packages/hoppscotch-backend/src/team/team.service.ts index bc5a0bb9b..f3752686b 100644 --- a/packages/hoppscotch-backend/src/team/team.service.ts +++ b/packages/hoppscotch-backend/src/team/team.service.ts @@ -15,7 +15,6 @@ import { } from '../errors'; import { PubSubService } from '../pubsub/pubsub.service'; import { flow, pipe } from 'fp-ts/function'; -import * as TE from 'fp-ts/TaskEither'; import * as TO from 'fp-ts/TaskOption'; import * as O from 'fp-ts/Option'; import * as E from 'fp-ts/Either';