Skip to content

Commit

Permalink
fix: add missing .js file extension for ESM import (#1123)
Browse files Browse the repository at this point in the history
fixes #1122
  • Loading branch information
martines3000 authored Feb 14, 2023
1 parent 3a7a086 commit 6c850ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/did-provider-pkh/src/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {
Resolvable,
ResolverRegistry,
} from 'did-resolver';
import { isValidNamespace, SECPK1_NAMESPACES } from './pkh-did-provider';
import { isValidNamespace, SECPK1_NAMESPACES } from './pkh-did-provider.js';
import Debug from 'debug'

const debug = Debug('veramo:pkh-did-resolver')
Expand Down

0 comments on commit 6c850ac

Please sign in to comment.