Skip to content

Commit

Permalink
Merge pull request #101 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v0.22.0
  • Loading branch information
themightychris committed Aug 17, 2022
2 parents 624f456 + 59aaa53 commit 18858d7
Show file tree
Hide file tree
Showing 2 changed files with 17,938 additions and 934 deletions.
2 changes: 1 addition & 1 deletion backend/commands/upsert.js
Expand Up @@ -142,7 +142,7 @@ exports.handler = async function upsert({

if (existingBlob) {
const existingRecord = await inputSheet.readRecord(existingBlob);
inputRecord = deepmerge(inputRecord, existingRecord);
inputRecord = deepmerge(existingRecord, inputRecord);
}
}
}
Expand Down

0 comments on commit 18858d7

Please sign in to comment.