Skip to content

Commit

Permalink
fix: deleted wrong import and fixed the usage
Browse files Browse the repository at this point in the history
Signed-off-by: sksadjad <[email protected]>
  • Loading branch information
sksadjad committed Apr 19, 2023
1 parent d1d0b47 commit fc17946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/client/lib/CredentialOffer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import {
CredentialOfferRequestWithBaseUrl,
OpenId4VCIVersion,
} from '@sphereon/openid4vci-common';
import { determineSpecVersionFromURI } from '@sphereon/openid4vci-common';
import Debug from 'debug';

import { convertJsonToURI, convertURIToJsonObject, determineSpecVersionFromURI } from './functions';
import { convertJsonToURI, convertURIToJsonObject } from './functions';

const debug = Debug('sphereon:openid4vci:initiation');

Expand Down
1 change: 0 additions & 1 deletion packages/client/lib/functions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './Encoding';
export * from './HttpUtils';
export * from './ProofUtil';
export * from '../../../common/lib/functions/CredentialOfferUtil';

0 comments on commit fc17946

Please sign in to comment.