Skip to content

Commit f5f7a37

Browse files
committed
BAAS-34841: fix updatedFields for match and project expressions
1 parent 060a6b5 commit f5f7a37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snippets/triggers/match/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"updateDescription.removedFields.0.0": "storeItems",
3-
"updateDescription.updateFields.storeLocation.0.0": "East Langley"
3+
"updateDescription.updatedFields.storeLocation.0.0": "East Langley"
44
}

snippets/triggers/project/update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"operationType": {
33
"$numberInt": "1"
44
},
5-
"updateDescription.updateFields.storeLocation": {
5+
"updateDescription.updatedFields.storeLocation": {
66
"$numberInt": "1"
77
}
88
}

0 commit comments

Comments
 (0)