We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3576b82 + 773d006 commit 8d5cffeCopy full SHA for 8d5cffe
1 file changed
packages/siop-oid4vp/lib/authorization-response/Dcql.ts
@@ -59,7 +59,6 @@ export class Dcql {
59
},
60
) : DcqlPresentationResult.Output => {
61
const dcqlPresentation = Object.fromEntries(
62
- // FIXME SSISDK-41
63
Object.entries(extractDcqlPresentationFromDcqlVpToken(record, opts)).map(([queryId, p]) => {
64
const credentials = p.vcs.map(vc => {
65
switch (p.format) {
0 commit comments