From e37402636af8f65e3f0926757aae99c8b9b6018e Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:22:00 +0100 Subject: [PATCH] Update arweave-bundle.ts --- auction-house/cli/src/helpers/upload/arweave-bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auction-house/cli/src/helpers/upload/arweave-bundle.ts b/auction-house/cli/src/helpers/upload/arweave-bundle.ts index cf293688f9..8a44ba795f 100644 --- a/auction-house/cli/src/helpers/upload/arweave-bundle.ts +++ b/auction-house/cli/src/helpers/upload/arweave-bundle.ts @@ -744,7 +744,7 @@ export const withdrawBundlr = async (walletKeyPair: Keypair) => { } else if (withdrawResponse.status == 400) { log.info(withdrawResponse.data); log.info( - 'Withdraw unsucessful. An additional attempt will be made after all files are uploaded.', + 'Withdraw unsuccessful. An additional attempt will be made after all files are uploaded.', ); } } catch (err) {