Skip to content

Commit 25fd847

Browse files
committed
remove function name prefix
1 parent fdafc2d commit 25fd847

File tree

13 files changed

+1
-527
lines changed

13 files changed

+1
-527
lines changed

snippets/functions/api-functions/api_callExternalAPI.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

snippets/functions/function-context/context_callFunction.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

snippets/functions/mongodb-crud/UpdateMany.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports = async function (changeEvent) {
44
.db("sample_supplies")
55
.collection("sales");
66

7-
// To test thia example, uncomment the following line:
7+
// To test this example, uncomment the following line:
88
// collection.updateOne({"storeLocation":"East Appleton","couponUsed":false})
99

1010
const query = { storeLocation: changeEvent.fullDocument.storeLocation };

snippets/functions/mongodb-crud/crud_DeleteMany.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

snippets/functions/mongodb-crud/crud_DeleteOne.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

snippets/functions/mongodb-crud/crud_Find.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

snippets/functions/mongodb-crud/crud_FindOne.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

snippets/functions/mongodb-crud/crud_InsertMany.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

snippets/functions/mongodb-crud/crud_InsertOne.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

snippets/functions/mongodb-crud/crud_Project.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)