Skip to content

Commit cc30334

Browse files
committed
fix:minor issues
Signed-off-by: shitrerohit <rohit.shitre@ayanworks.com>
1 parent 27ff6a8 commit cc30334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api-gateway/src/oid4vc-verification/oid4vc-verification.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export class Oid4vcVerificationController {
746746
@Body() verifyAuthorizationResponseDto: VerifyAuthorizationResponseDto,
747747
@Res() res: Response
748748
): Promise<Response> {
749-
this.logger.debug(`[verifyAuthorizationResponse] Called with orgId=${orgId}}`);
749+
this.logger.debug(`[verifyAuthorizationResponse] Called with orgId=${orgId}`);
750750

751751
const result = await this.oid4vcVerificationService.verifyAuthorizationResponse(
752752
verifyAuthorizationResponseDto,

0 commit comments

Comments
 (0)