Lint
This commit is contained in:
parent
6c4e870d5d
commit
9662357588
|
@ -2,13 +2,7 @@ import * as functions from 'firebase-functions'
|
|||
import * as admin from 'firebase-admin'
|
||||
|
||||
import { Contract } from '../../common/contract'
|
||||
import {
|
||||
getAllPrivateUsers,
|
||||
getPrivateUser,
|
||||
getValues,
|
||||
isProd,
|
||||
log,
|
||||
} from './utils'
|
||||
import { getPrivateUser, getValues, isProd, log } from './utils'
|
||||
import { filterDefined } from '../../common/util/array'
|
||||
import { sendThreeContractsEmail } from './emails'
|
||||
import { createRNG, shuffle } from '../../common/util/random'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import dayjs from 'dayjs'
|
||||
import {
|
||||
collection,
|
||||
deleteDoc,
|
||||
|
@ -17,9 +16,7 @@ import { sortBy, sum } from 'lodash'
|
|||
|
||||
import { coll, getValues, listenForValue, listenForValues } from './utils'
|
||||
import { BinaryContract, Contract } from 'common/contract'
|
||||
import { getDpmProbability } from 'common/calculate-dpm'
|
||||
import { createRNG, shuffle } from 'common/util/random'
|
||||
import { getCpmmProbability } from 'common/calculate-cpmm'
|
||||
import { formatMoney, formatPercent } from 'common/util/format'
|
||||
import { DAY_MS } from 'common/util/time'
|
||||
import { MAX_FEED_CONTRACTS } from 'common/recommended-contracts'
|
||||
|
|
Loading…
Reference in New Issue
Block a user