Skip to content

Commit

Permalink
Commented out the functions as they are not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesVanWaza committed Jun 4, 2024
1 parent 94b2ec7 commit 5b462d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* See a full list of supported triggers at https://firebase.google.com/docs/functions
*/

const {onRequest} = require("firebase-functions/v2/https");
const logger = require("firebase-functions/logger");
// const {onRequest} = require("firebase-functions/v2/https");
// const logger = require("firebase-functions/logger");

// Create and deploy your first functions
// https://firebase.google.com/docs/functions/get-started
Expand Down

0 comments on commit 5b462d6

Please sign in to comment.