Skip to content

Commit

Permalink
chore: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedziwiatr committed Mar 23, 2023
1 parent 34d2e61 commit 1774902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Warp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class Warp {
async createSource(
sourceData: SourceData,
wallet: ArWallet | CustomSignature | BundlerSigner,
disableBundling: boolean = false
disableBundling = false
): Promise<Transaction | DataItem> {
return await this.createContract.createSource(sourceData, wallet, disableBundling);
}
Expand Down

0 comments on commit 1774902

Please sign in to comment.