Skip to content

Commit

Permalink
fix(migration): correctly create resources to files mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
setaman committed Nov 8, 2021
1 parent ab4c498 commit 8df96c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const createUuidToHashMappings = async () => {
)) {
const migrationData = pageData.map(({ id, uniqueFingerprint }) => ({
resourceId: id,
uniqueFingerprint,
fileHashSha256: uniqueFingerprint,
}));
await divaLakeMongoDbConnector.collections[
divaLakeCollectionName
Expand Down

0 comments on commit 8df96c9

Please sign in to comment.