Skip to content

Commit 0a892ed

Browse files
committedFeb 7, 2023
return object that has been deleted
Issue mattphillips#91
1 parent a24d61f commit 0a892ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/deleted.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const deletedDiff = (lhs, rhs) => {
1313
return acc;
1414
}
1515

16-
acc[key] = undefined;
16+
acc[key] = lhs[key];
1717
return acc;
1818
}, makeObjectWithoutPrototype());
1919
};

0 commit comments

Comments
 (0)