Skip to content

Commit

Permalink
Update arweave-bundle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Dec 18, 2024
1 parent 840bea1 commit e374026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auction-house/cli/src/helpers/upload/arweave-bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e374026

Please sign in to comment.