Skip to content

Commit fe4c47b

Browse files
committed
feat: a missing linting fix that should complete ci check
1 parent 3112779 commit fe4c47b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/types/src/lib/interfaces.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,10 @@ export interface RPCUrls {
936936
export interface PKPWallet {
937937
getAddress: () => Promise<string>;
938938
init: () => Promise<void>;
939-
runLitAction: (toSign: Uint8Array, sigName: string) => Promise<LitNodeSignature>;
939+
runLitAction: (
940+
toSign: Uint8Array,
941+
sigName: string
942+
) => Promise<LitNodeSignature>;
940943
runSign: (toSign: Uint8Array) => Promise<LitNodeSignature>;
941944
}
942945

0 commit comments

Comments
 (0)