From 496097c2de67ed6c7df0a9a384c48483aefd46f2 Mon Sep 17 00:00:00 2001 From: Atharva-Kanherkar Date: Tue, 23 Apr 2024 00:13:28 +0530 Subject: [PATCH] format fix --- tests/helpers/agendaItem.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/helpers/agendaItem.ts b/tests/helpers/agendaItem.ts index e77e1c97014..cbb2fc45e94 100644 --- a/tests/helpers/agendaItem.ts +++ b/tests/helpers/agendaItem.ts @@ -8,7 +8,6 @@ import type { Document } from "mongoose"; import type { TestOrganizationType, TestUserType } from "./userAndOrg"; import { createTestUser } from "./user"; import { Types } from "mongoose"; - export type TestAgendaItemType = InterfaceAgendaItem & Document;