Skip to content

Commit 3d4599f

Browse files
committed
fmt
1 parent e37a26b commit 3d4599f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-client/src/lib/LitClient/createLitClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ export const _createNagaLitClient = async (
919919
pkpPublicKey: string | Hex;
920920
authContext: AuthContextSchema2;
921921
chainConfig: Chain;
922-
userMaxPrice?: bigint
922+
userMaxPrice?: bigint;
923923
}) => {
924924
const _pkpPublicKey = HexPrefixedSchema.parse(params.pkpPublicKey);
925925

0 commit comments

Comments
 (0)