Unused var

This commit is contained in:
Ian Philips 2022-06-29 10:57:38 -05:00
parent 4dd42b207b
commit 4ccf517bef

View File

@ -12,7 +12,6 @@ import { getContractFromId } from './contracts'
import { db } from './init'
import { getValue, getValues, listenForValue, listenForValues } from './utils'
import { filterDefined } from 'common/util/array'
import { User } from 'common/user'
const groupCollection = collection(db, 'groups')