Skip to content

Commit

Permalink
chore: single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 24, 2025
1 parent f01de0d commit 408b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-rest-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const result: IVCIClientCreateOfferUriResponse = await agent.vciClientCreateOffe
import { IAgentContext } from '@veramo/core'
import { IOID4VCIClientCreateOfferUriResponse } from '@sphereon/ssi-sdk.oid4vci-issuer-rest-client'
import fetch from 'cross-fetch';
import jwtDecode from "jwt-decode";
import jwtDecode from 'jwt-decode';

const getUserCustomAttributesFromVDX = async (baseUrl: string, realmId: string, userId: string): Promise<Record<string, any> | undefined> => {
const url = `${baseUrl}/${realmId}/users/${userId}`;
Expand Down

0 comments on commit 408b2d4

Please sign in to comment.