fix: updating object includes unchanged keys in client response for certain key types (#8159)

This commit is contained in:
dblythy
2022-09-18 02:20:50 +10:00
committed by GitHub
parent 41e44302b4
commit 37af1d78fc
3 changed files with 160 additions and 57 deletions

View File

@@ -521,7 +521,6 @@ describe('RestQuery.each', () => {
'createdAt',
'initialToRemove',
'objectId',
'updatedAt',
]);
});
});