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 b63e687 commit f2d7831Copy full SHA for f2d7831
packages/auth-services/src/queue-manager/src/handlers/pkpMint/pkpMint.handler.ts
@@ -14,7 +14,6 @@ export async function handlePkpMintTask(jobData: {
14
requestBody: MintPKPRequest;
15
reqId?: string;
16
}): Promise<any> {
17
-
18
const result = await globalThis.systemContext.litClient.mintWithAuth({
19
account: globalThis.systemContext.account,
20
authData: {
0 commit comments