update package-lock.json #3
Annotations
3 errors and 1 warning
src/utils/context/ClaimingPageContext.ts#L4
Argument of type '{ approveTokenAllowance: () => Promise<undefined>; associateToken: () => Promise<undefined>; claimToken: () => Promise<undefined>; checkIfIsAllowedToClaimWithFT: () => Promise<...>; isAccountAssociatedToToken: false; requiredAllowances: never[]; }' is not assignable to parameter of type '{ approveTokenAllowance: (tokenId: string, amount: string) => Promise<true | undefined>; associateToken: (tokenId: string) => Promise<void>; claimToken: (paymentToken: string, price?: string | undefined, leaves?: string[]) => Promise<...>; checkIfIsAllowedToClaimWithFT: (tokenId: string, price: string) => Promise<.....'.
|
src/utils/services/HDC.ts#L176
'amount' is possibly 'null'.
|
|
|
The logs for this run have expired and are no longer available.
Loading