From 4ccf517bef93d70834306eb265ee566bd84aa2e2 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 29 Jun 2022 10:57:38 -0500 Subject: [PATCH] Unused var --- web/lib/firebase/groups.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/lib/firebase/groups.ts b/web/lib/firebase/groups.ts index 618cd8c8..d7244f98 100644 --- a/web/lib/firebase/groups.ts +++ b/web/lib/firebase/groups.ts @@ -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')