Appease ESLint

This commit is contained in:
Benjamin 2022-06-24 21:21:45 -07:00
parent c1d7d55f6f
commit 2ab7d35ce3

View File

@ -2,7 +2,7 @@ import * as admin from 'firebase-admin'
import { z } from 'zod'
import { difference, uniq, mapValues, groupBy, sumBy } from 'lodash'
import { Contract, resolution, RESOLUTIONS } from '../../common/contract'
import { Contract, RESOLUTIONS } from '../../common/contract'
import { User } from '../../common/user'
import { Bet } from '../../common/bet'
import { getUser, isProd, payUser } from './utils'