Skip to content

Commit be0f72c

Browse files
committed
fix lint
1 parent 6d00dc3 commit be0f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-key-stamper/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const signWithApiKey = async (input: {
2525
const fn = await import("./nodecrypto").then((m) => m.signWithApiKey);
2626
return fn(input);
2727
}
28-
}
28+
};
2929

3030
/**
3131
* Stamper to use with `@turnkey/http`'s `TurnkeyClient`

0 commit comments

Comments
 (0)