Skip to content

Commit

Permalink
fix: Use agent resolver if not set, with fallback to universal resolv…
Browse files Browse the repository at this point in the history
…er. Fix bug in response message
  • Loading branch information
nklomp committed Jun 30, 2023
1 parent fa1d857 commit 43c9313
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 487 deletions.
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-rest-api/__tests__/RestAPI.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CredentialRequestJwtVcJson } from '@sphereon/oid4vci-common/lib/types/Generic.types'
import { CredentialDataSupplier, CredentialDataSupplierResult } from '@sphereon/oid4vci-issuer'
import { CredentialDataSupplierArgs } from '@sphereon/oid4vci-issuer/lib/types'
import { CredentialDataSupplierArgs } from '@sphereon/oid4vci-issuer'
import { TAgent } from '@veramo/core'
import { IOID4VCIRestAPIOpts, IPlugins, OID4VCIRestAPI } from '../src'
import agent, { baseUrl } from './agent'
Expand Down
Loading

0 comments on commit 43c9313

Please sign in to comment.