Skip to content

Commit 9e7de2e

Browse files
authored
update boilerplate function snippet description for database triggers (#55)
1 parent 5077c86 commit 9e7de2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"metadata": "/snippets/triggers/project/manifest.json"
2323
}
2424
],
25-
"version": "92d1cf3146aab6f32e47d1b848fb065e59570ea9"
25+
"version": "783a865c20468d5ca200226c848f45d8fb7ea8a9"
2626
}

snippets/functions/boilerplate/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "7c84ed29-b8b2-466c-af3d-c240889d3112",
88
"title": "Database Trigger",
99
"snippet": "/databaseTrigger.js",
10-
"description": "Example shows a template for a DB trigger function, which always accepts a changeEvent as an argument."
10+
"description": "Example shows a template for a Database Trigger function, which always accepts a changeEvent as an argument."
1111
},
1212
{
1313
"id": "ba6113d7-5e52-48e4-8ab4-03df30c0d61a",

0 commit comments

Comments
 (0)