From 204be1d076302f61eacb65442d5cef153cc067fe Mon Sep 17 00:00:00 2001 From: labtopia Date: Tue, 13 Feb 2018 13:33:13 -0800 Subject: [PATCH] Update index.js --- functions/helloworld/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/helloworld/index.js b/functions/helloworld/index.js index 3eda309167..acdb84a3cf 100644 --- a/functions/helloworld/index.js +++ b/functions/helloworld/index.js @@ -101,7 +101,7 @@ exports.helloGCS = (event, callback) => { * @param {object} event The Cloud Functions event. * @param {function} callback The callback function. */ -exports.helloGCSGeneric = (event, callback) => { +exports.helloGCS = (event, callback) => { const file = event.data; const context = event.context;