Skip to content

Commit e4f9373

Browse files
committed
fmt
1 parent ebc4810 commit e4f9373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts-sdk/src/lib/contracts-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1723,7 +1723,7 @@ https://developer.litprotocol.com/v3/sdk/wallets/auth-methods/#auth-method-scope
17231723
const tx = await this._callWithAdjustedOverrides(
17241724
this.pkpHelperContract.write,
17251725
'claimAndMintNextAndAddAuthMethodsWithTypes',
1726-
[claimMaterial, authMethodData],
1726+
[claimMaterial, authMethodData]
17271727
);
17281728

17291729
this.log('Claim and mint PKP with auth method tx:', tx);

0 commit comments

Comments
 (0)