Skip to content

Commit 753b552

Browse files
authored
Update index.js
1 parent ec13417 commit 753b552

File tree

1 file changed

+2
-2
lines changed
  • Node/quickstarts/callable-functions/functions

1 file changed

+2
-2
lines changed

Node/quickstarts/callable-functions/functions/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
*/
1616

1717
// [START imports]
18-
// Dependencies for callable functions
18+
// Dependencies for callable functions.
1919
const {onCall, HttpsError} = require("firebase-functions/v2/https");
2020
const {logger} = require("firebase-functions/v2");
2121

22-
// Dependencies for the addMessage function
22+
// Dependencies for the addMessage function.
2323
const {getDatabase} = require("firebase-admin/database");
2424
const sanitizer = require("./sanitizer");
2525
// [END imports]

0 commit comments

Comments
 (0)