Skip to content

Commit

Permalink
fix: typescript error
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Nov 7, 2024
1 parent bcaed4d commit 1743fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openid4vc/src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export function getCreateJwtCallback(
return jws
}

// @ts-expect-error - All methods are supported currently so there is no unsupported method anymore
throw new Error(`Unsupported jwt issuer method '${jwtIssuer.method}'`)
}
}
Expand Down

0 comments on commit 1743fb1

Please sign in to comment.