Skip to content

Commit

Permalink
return object that has been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
AlMaVizca committed Feb 7, 2023
1 parent a24d61f commit 0a892ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deleted.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const deletedDiff = (lhs, rhs) => {
return acc;
}

acc[key] = undefined;
acc[key] = lhs[key];
return acc;
}, makeObjectWithoutPrototype());
};
Expand Down

0 comments on commit 0a892ed

Please sign in to comment.