Fix import
This commit is contained in:
parent
54f7b740dc
commit
18b0051450
|
@ -22,7 +22,7 @@ import { LimitBet } from '../../common/bet'
|
||||||
import { floatingEqual } from '../../common/util/math'
|
import { floatingEqual } from '../../common/util/math'
|
||||||
import { redeemShares } from './redeem-shares'
|
import { redeemShares } from './redeem-shares'
|
||||||
import { log } from './utils'
|
import { log } from './utils'
|
||||||
import { addUserToContractFollowers } from 'functions/src/follow-market'
|
import { addUserToContractFollowers } from './follow-market'
|
||||||
|
|
||||||
const bodySchema = z.object({
|
const bodySchema = z.object({
|
||||||
contractId: z.string(),
|
contractId: z.string(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user