Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
  • Loading branch information
F-Node-Karlsruhe committed Nov 2, 2023
1 parent 68dbbd0 commit 05ccfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/documentLoader/context/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { statusList2021Context } from "./status-list-2021";
import { statusList2021Context } from "./status-list-2021.js";

export const contexts = new Map([
['https://w3id.org/vc/status-list/2021/v1', statusList2021Context]
Expand Down

0 comments on commit 05ccfbf

Please sign in to comment.