Skip to content

Commit

Permalink
chore: small merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Aug 2, 2024
1 parent 4178ba5 commit c69eab6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19,558 deletions.
11 changes: 1 addition & 10 deletions packages/siop-oid4vp/lib/request-object/RequestObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ import { JwtIssuer, parseJWT } from '@sphereon/oid4vc-common'
import { ClaimPayloadCommonOpts, ClaimPayloadOptsVID1, CreateAuthorizationRequestOpts } from '../authorization-request'
import { assertValidAuthorizationRequestOpts } from '../authorization-request/Opts'
import { fetchByReferenceOrUseByValue, removeNullUndefined } from '../helpers'
import { parseJWT } from '../helpers/jwtUtils'
import {
AuthorizationRequestPayload,
JwtIssuer,
JwtIssuerWithContext,
RequestObjectJwt,
RequestObjectPayload,
ResponseMode,
SIOPErrors,
} from '../types'
import { AuthorizationRequestPayload, JwtIssuerWithContext, RequestObjectJwt, RequestObjectPayload, ResponseMode, SIOPErrors } from '../types'

import { assertValidRequestObjectOpts } from './Opts'
import { assertValidRequestObjectPayload, createRequestObjectPayload } from './Payload'
Expand Down
Loading

0 comments on commit c69eab6

Please sign in to comment.