From d0a7e000982130f9e1b9377aaab42667f624dbfd Mon Sep 17 00:00:00 2001 From: Syifa Date: Thu, 8 Jan 2026 15:20:58 +0700 Subject: [PATCH] delete comment on index.js for security --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 553fba4..222d03a 100644 --- a/index.js +++ b/index.js @@ -44,9 +44,6 @@ app.use(compression()); app.use(upload.any()); -// FIREBASE -//const serviceAccount = require(path.join(__dirname, "app/config/serviceAccountKey.json")); - if (!admin.apps.length) { admin.initializeApp({ credential: admin.credential.applicationDefault(),