Skip to content

Commit 84f26de

Browse files
Merge pull request #192 from iExecBlockchainComputing/fix/remove-redundant-useVoucher-param
refactor: remove redundant useVoucher parameter in sendEmail method
2 parents 5b450df + 34024fd commit 84f26de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/web3mail/IExecWeb3mail.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export class IExecWeb3mail {
117117
dappAddressOrENS: this.dappAddressOrENS,
118118
dappWhitelistAddress: this.dappWhitelistAddress,
119119
graphQLClient: this.graphQLClient,
120-
useVoucher: args?.useVoucher,
121120
});
122121
}
123122

0 commit comments

Comments
 (0)