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';