fix error files caused during vercel build step

This commit is contained in:
RcleydsonR
2022-12-16 17:49:43 -03:00
parent c4b74309cc
commit 150a325bdc
4 changed files with 9 additions and 11 deletions

View File

@@ -276,7 +276,7 @@ const addDeposit = async (tokenQty: Number, pixKey: string) => {
};
// Get specific deposit data by its ID
const mapDeposits = async (depositId: BigNumber) => {
const mapDeposits = async (depositId: BigNumber): Promise<any> => {
const provider = getProvider();
if (!provider) return;