We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66c52a commit 0815e69Copy full SHA for 0815e69
src/web3mail/IExecWeb3mail.ts
@@ -109,7 +109,8 @@ export class IExecWeb3mail {
109
await isValidProvider(this.iexec);
110
return sendEmail({
111
...args,
112
- workerpoolAddressOrEns: args.workerpoolAddressOrEns || this.defaultWorkerpool,
+ workerpoolAddressOrEns:
113
+ args.workerpoolAddressOrEns || this.defaultWorkerpool,
114
iexec: this.iexec,
115
ipfsNode: this.ipfsNode,
116
ipfsGateway: this.ipfsGateway,
0 commit comments