We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d856c1 commit b24ff15Copy full SHA for b24ff15
src/Adapters/Storage/Mongo/MongoTransform.js
@@ -112,7 +112,6 @@ const transformInteriorValue = restValue => {
112
if (typeof restValue === 'object' && Object.keys(restValue).some(key => key.includes('$') || key.includes('.'))) {
113
throw new Parse.Error(Parse.Error.INVALID_NESTED_KEY, "Nested keys should not contain the '$' or '.' characters");
114
}
115
-
116
// Handle atomic values
117
var value = transformInteriorAtom(restValue);
118
if (value !== CannotTransform) {
0 commit comments