Skip to content

Commit

Permalink
Update getPresentationRequest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Jul 2, 2024
1 parent 6e1a0b3 commit ebcf4e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import { VCLDeepLink, VCLPresentationRequestDescriptor } from "@velocitycareerlabs/vnf-nodejs-wallet-sdk/src";

export async function getPresentationRequest(req, reply,) {
export async function getPresentationRequest(req, reply) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const deepLink = new VCLDeepLink(req.body.value)
Expand Down

0 comments on commit ebcf4e1

Please sign in to comment.