Skip to content

Commit 90cfc7e

Browse files
jasonpolitesjmdobry
authored andcommitted
Changed helloworld to camel case (#134)
1 parent bf849b5 commit 90cfc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/background/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @param {Object} context Cloud Function context.
2121
* @param {Object} data Request data, provided by a trigger.
2222
*/
23-
exports.helloworld = function helloworld (context, data) {
23+
exports.helloWorld = function helloWorld (context, data) {
2424
if (data.message === undefined) {
2525
// This is an error case, "message" is required
2626
context.failure('No message defined!');

0 commit comments

Comments
 (0)