We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ff6a8 commit cc30334Copy full SHA for cc30334
1 file changed
apps/api-gateway/src/oid4vc-verification/oid4vc-verification.controller.ts
@@ -746,7 +746,7 @@ export class Oid4vcVerificationController {
746
@Body() verifyAuthorizationResponseDto: VerifyAuthorizationResponseDto,
747
@Res() res: Response
748
): Promise<Response> {
749
- this.logger.debug(`[verifyAuthorizationResponse] Called with orgId=${orgId}}`);
+ this.logger.debug(`[verifyAuthorizationResponse] Called with orgId=${orgId}`);
750
751
const result = await this.oid4vcVerificationService.verifyAuthorizationResponse(
752
verifyAuthorizationResponseDto,
0 commit comments