Skip to content

Commit

Permalink
removed used functions
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavtomar04 committed Jul 3, 2024
1 parent b6e629a commit 1808f6d
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 1808f6d

Please sign in to comment.