Fix absolute import within functions

This commit is contained in:
James Grugett 2022-08-27 17:18:39 -05:00
parent a80d1f194c
commit 36fa9078f5

View File

@ -5,7 +5,7 @@ import { getRedeemableAmount, getRedemptionBets } from '../../common/redeem'
import { Contract } from '../../common/contract'
import { User } from '../../common/user'
import { floatingEqual } from 'common/util/math'
import { floatingEqual } from '../../common/util/math'
export const redeemShares = async (userId: string, contractId: string) => {
return await firestore.runTransaction(async (trans) => {