From 50821fddf2e5b8968b5f08aac5f440dece1e497b Mon Sep 17 00:00:00 2001 From: sipec Date: Tue, 30 Jul 2024 04:34:34 +0000 Subject: [PATCH] Auto-remove unused imports --- web/lib/supabase/group.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/lib/supabase/group.ts b/web/lib/supabase/group.ts index 78a70f2452..99b2ebc989 100644 --- a/web/lib/supabase/group.ts +++ b/web/lib/supabase/group.ts @@ -1,9 +1,8 @@ import { run } from 'common/supabase/utils' -import { chunk, uniqBy } from 'lodash' +import { uniqBy } from 'lodash' import { GroupRole as GroupRoleType } from 'common/group' import { User } from '../firebase/users' import { db } from './db' -import { Contract } from 'common/contract' import { convertGroup } from 'common/supabase/groups' // functions called for one group