Skip to content

Commit 7b8af69

Browse files
Alexander Prikhodkogalz10
Alexander Prikhodko
andauthored
docs: exports. removed from the cloud function's entry point (#244)
Cloud function's entry point shouldn't be prefixed with `exports.`. Co-authored-by: Gal Zahavi <[email protected]>
1 parent 9714e58 commit 7b8af69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogflow-cx/webhooks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// [START dialogflow_cx_webhook]
1818

19-
// TODO: change entry point to exports.handleWebhook in cloud function
19+
// TODO: change entry point to handleWebhook in cloud function
2020

2121
exports.handleWebhook = (request, response) => {
2222
const tag = request.body.fulfillmentInfo.tag;

0 commit comments

Comments
 (0)