Skip to content

Commit

Permalink
feat: ignore operation hashes when importing zip
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed May 9, 2024
1 parent c73dcfe commit 634bcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export async function loadFile(
const baseDocument = await Document.utils.loadFromInput(
path,
(state: Document) => state,
{ checkHashes: true },
);
const documentModel = getDocumentModel(baseDocument.documentType);
if (!documentModel) {
Expand Down

0 comments on commit 634bcd5

Please sign in to comment.