Fix import

This commit is contained in:
Ian Philips 2022-08-24 10:50:55 -06:00 committed by mantikoros
parent 54f7b740dc
commit 18b0051450

View File

@ -22,7 +22,7 @@ import { LimitBet } from '../../common/bet'
import { floatingEqual } from '../../common/util/math'
import { redeemShares } from './redeem-shares'
import { log } from './utils'
import { addUserToContractFollowers } from 'functions/src/follow-market'
import { addUserToContractFollowers } from './follow-market'
const bodySchema = z.object({
contractId: z.string(),