Skip to content

Commit 11e80ca

Browse files
fix: remove as any IExecWeb3mail
Co-authored-by: pjt <[email protected]>
1 parent 2870d2c commit 11e80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web3mail/IExecWeb3mail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class IExecWeb3mail {
175175

176176
try {
177177
iexec = new IExec(
178-
{ ethProvider: this.ethProvider as any },
178+
{ ethProvider: this.ethProvider },
179179
{
180180
ipfsGatewayURL: ipfsGateway,
181181
...this.options?.iexecOptions,

0 commit comments

Comments
 (0)