Skip to content

Commit 58929b5

Browse files
committed
Bumps parse to 1.9.0
1 parent 4bf7752 commit 58929b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"mime": "1.3.4",
3434
"mongodb": "2.1.18",
3535
"multer": "1.1.0",
36-
"parse": "1.8.5",
36+
"parse": "1.9.0",
3737
"parse-server-fs-adapter": "1.0.0",
3838
"parse-server-push-adapter": "1.0.4",
3939
"parse-server-s3-adapter": "1.0.3",

src/RestWrite.js

+1
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,7 @@ function updateResponseWithData(response, data) {
892892
} else {
893893
response[fieldName] = responseValue || dataValue;
894894
}
895+
response[fieldName] = responseValue || dataValue;
895896
});
896897
return response;
897898
}

0 commit comments

Comments
 (0)