Fix absolute import within functions
This commit is contained in:
parent
a80d1f194c
commit
36fa9078f5
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user