Skip to content

Commit

Permalink
fix: import path from document store (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Sep 29, 2021
1 parent 96416fb commit 651a4f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"dependencies": {
"@govtechsg/dnsprove": "^2.1.3",
"@govtechsg/document-store": "^2.2.2",
"@govtechsg/document-store": "^2.2.3",
"@govtechsg/open-attestation": "^6.0.5",
"@govtechsg/token-registry": "^2.5.3",
"axios": "^0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion src/verifiers/documentStatus/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { utils } from "@govtechsg/open-attestation";
import { DocumentStore } from "@govtechsg/document-store/src/contracts/DocumentStore";
import { DocumentStore } from "@govtechsg/document-store";
import { errors, providers } from "ethers";
import { DocumentStoreFactory } from "@govtechsg/document-store";
import { Hash } from "../../types/core";
Expand Down

0 comments on commit 651a4f9

Please sign in to comment.