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;