Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec authored and github-actions[bot] committed Jul 30, 2024
1 parent 8235771 commit 50821fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/lib/supabase/group.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 50821fd

Please sign in to comment.