Skip to content

Commit 3384a3c

Browse files
authored
Merge pull request #917 from LIT-Protocol/chore/fmt
fix(fmt): remove unnecessary blank line in handlePkpMintTask function
2 parents b63e687 + f2d7831 commit 3384a3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/auth-services/src/queue-manager/src/handlers/pkpMint/pkpMint.handler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export async function handlePkpMintTask(jobData: {
1414
requestBody: MintPKPRequest;
1515
reqId?: string;
1616
}): Promise<any> {
17-
1817
const result = await globalThis.systemContext.litClient.mintWithAuth({
1918
account: globalThis.systemContext.account,
2019
authData: {

0 commit comments

Comments
 (0)