Skip to content

Commit a0709f5

Browse files
authored
Update trigger insert title correctly (#48)
1 parent b253fd5 commit a0709f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"metadata": "/snippets/triggers/project/manifest.json"
2020
}
2121
],
22-
"version": "f459ac1d6b69d0b6604fbcc00927d801c8fdb418"
22+
"version": "ff90d15324e67a2c36d01c3ad87463f68e053c6d"
2323
}

snippets/triggers/match/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"id": "ed4b3598-6800-413f-9158-d9b1b2a2a083",
20-
"title": "Match Expression for Deletes",
20+
"title": "Match Expression for Inserts",
2121
"snippet": "/insert.json",
2222
"description": "This trigger will only execute if the document has a userName of \"Alice Smith\" and a department of \"engineering\""
2323
},
@@ -28,4 +28,4 @@
2828
"description": "This trigger will only execute if the name field was \"Alice Smith\" before the Replace, and \"Alex Smith\" after the Replace."
2929
}
3030
]
31-
}
31+
}

snippets/triggers/project/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"id": "e040947b-08a4-4a8f-9f82-1bccd7826892",
20-
"title": "Project Expression for Deletes",
20+
"title": "Project Expression for Inserts",
2121
"snippet": "/insert.json",
2222
"description": "This trigger will return the \"baseSalary\", \"department\", \"operationType\", and \"documentKey.userName\" field values."
2323
},
@@ -28,4 +28,4 @@
2828
"description": "This trigger will return the \"operationType\", \"fullDocument.name\", and \"fullDocumentBeforeChange.name\" field values."
2929
}
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)