Skip to content

Commit

Permalink
chore: not importing process
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jun 10, 2024
1 parent 2905b7d commit eac1871
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/common/lib/experimental/holder-vci.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Experimental support not following the VCI spec to have the holder actually (re)sign the issued credential and return it to the issuer
*/
import * as process from 'node:process';

export const EXPERIMENTAL_SUBJECT_PROOF_MODE_ENABLED = process.env.EXPERIMENTAL_SUBJECT_PROOF_MODE?.trim().toLowerCase() === 'true';

Expand Down
3 changes: 0 additions & 3 deletions packages/issuer-rest/lib/OID4VCIServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import * as console from 'console'
import process from 'process'

import {
AuthorizationRequest,
CredentialSupported,
Expand Down

0 comments on commit eac1871

Please sign in to comment.