Skip to content

Commit

Permalink
BAAS-32668: fix trigger expression titles (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwongmongodb authored Jul 26, 2024
1 parent 2fa9f62 commit d04d084
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"metadata": "/snippets/triggers/project/manifest.json"
}
],
"version": "7e5bf28650dfc9e8d3981859adeaa8525fdb2034"
"version": "046d33bcdf2f4dee96e07171e3c6a11fc258d419"
}
6 changes: 3 additions & 3 deletions snippets/triggers/match/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"snippets": [
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a081",
"title": "Updates",
"title": "Update",
"snippet": "/update.json",
"description": "This trigger will only execute if the `storeLocation` array has changed to \"East Langley\" and the \"storeItems\" field has been removed."
},
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a082",
"title": "Deletes",
"title": "Delete",
"snippet": "/delete.json",
"description": "This trigger will only execute if the document (before deletion) has a userName of \"Alice Smith\""
},
{
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a083",
"title": "Inserts",
"title": "Insert",
"snippet": "/insert.json",
"description": "This trigger will only execute if the document has a userName of \"Alice Smith\" and a department of \"engineering\""
},
Expand Down
6 changes: 3 additions & 3 deletions snippets/triggers/project/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"snippets": [
{
"id": "7dd66555-8efb-4a76-8920-64c0874e0214",
"title": "Updates",
"title": "Update",
"snippet": "/update.json",
"description": "This trigger will return the \"operationType\" and \"updateDescription.updateFields.storeLocation\" field values."
},
{
"id": "7c9b14f4-30ec-4865-b153-8bd52c6566ad",
"title": "Deletes",
"title": "Delete",
"snippet": "/delete.json",
"description": "This trigger will return the \"documentKey._id\", \"operationType\", and \"wallTime\" field values."
},
{
"id": "e040947b-08a4-4a8f-9f82-1bccd7826892",
"title": "Inserts",
"title": "Insert",
"snippet": "/insert.json",
"description": "This trigger will return the \"baseSalary\", \"department\", \"operationType\", and \"documentKey.userName\" field values."
},
Expand Down

0 comments on commit d04d084

Please sign in to comment.