chore: lint fixes

This commit is contained in:
ppe
2023-03-23 12:10:38 +01:00
parent 34d2e61b58
commit 1774902eb0

View File

@@ -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);
}