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.
2 parents b63e687 + f2d7831 commit 3384a3cCopy full SHA for 3384a3c
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