Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit cfa3584

Browse files
Alexander Prikhodkogalz10
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 <38544478+galz10@users.noreply.github.com>
1 parent f75ef87 commit cfa3584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/webhooks.js

Lines changed: 1 addition & 1 deletion
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)