absolute imports
This commit is contained in:
parent
0e27b13ef8
commit
efdeeb9988
|
@ -12,11 +12,11 @@ import {
|
||||||
import { addObjects, removeUndefinedProps } from 'common/util/object'
|
import { addObjects, removeUndefinedProps } from 'common/util/object'
|
||||||
import { Bet } from 'common/bet'
|
import { Bet } from 'common/bet'
|
||||||
import { redeemShares } from './redeem-shares'
|
import { redeemShares } from './redeem-shares'
|
||||||
import { Fees } from '../../common/fees'
|
import { Fees } from 'common/fees'
|
||||||
import {
|
import {
|
||||||
getContractBetMetrics,
|
getContractBetMetrics,
|
||||||
hasUserHitManaLimit,
|
hasUserHitManaLimit,
|
||||||
} from '../../common/calculate'
|
} from 'common/calculate'
|
||||||
|
|
||||||
|
|
||||||
export const placeBet = functions.runWith({ minInstances: 1 }).https.onCall(
|
export const placeBet = functions.runWith({ minInstances: 1 }).https.onCall(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user