We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d00dc3 commit be0f72cCopy full SHA for be0f72c
packages/api-key-stamper/src/index.ts
@@ -25,7 +25,7 @@ export const signWithApiKey = async (input: {
25
const fn = await import("./nodecrypto").then((m) => m.signWithApiKey);
26
return fn(input);
27
}
28
-}
+};
29
30
/**
31
* Stamper to use with `@turnkey/http`'s `TurnkeyClient`
0 commit comments