Skip to content

Commit

Permalink
fix: make sure cross-fetch is used to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 17, 2023
1 parent 8cb8efe commit 7033a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vc-handler-ld-local/src/ld-document-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Debug from 'debug'
import { LdContextLoader } from './ld-context-loader'
import { LdSuiteLoader } from './ld-suite-loader'

import { fetch } from 'cross-fetch'

const debug = Debug('veramo:w3c:ld-credential-module-local')

/**
Expand Down

0 comments on commit 7033a2e

Please sign in to comment.