Skip to content

Commit e27e128

Browse files
jasonpolitesjmdobry
authored andcommitted
Changed helloworld to camel case (#133)
1 parent 85ec9ba commit e27e128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/http/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @param {Object} req Cloud Function request context.
2121
* @param {Object} res Cloud Function response context.
2222
*/
23-
exports.helloworld = function helloworld (req, res) {
23+
exports.helloWorld = function helloWorld (req, res) {
2424
if (req.body.message === undefined) {
2525
// This is an error case, as "message" is required
2626
res.status(400).send('No message defined!');

0 commit comments

Comments
 (0)