Appease ESLint

This commit is contained in:
Benjamin 2022-06-23 06:02:54 -07:00
parent 91c727f515
commit 17401dd74a

View File

@ -1,6 +1,6 @@
import * as admin from 'firebase-admin'
import { z } from 'zod'
import { difference, uniq, mapValues, groupBy, sumBy, update } from 'lodash'
import { difference, uniq, mapValues, groupBy, sumBy } from 'lodash'
import { Contract, RESOLUTIONS } from '../../common/contract'
import { User } from '../../common/user'