Skip to content

Commit f2d7831

Browse files
committed
fix(fmt): remove unnecessary blank line in handlePkpMintTask function
1 parent b63e687 commit f2d7831

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)