delete comment on index.js for security
Backend SonarQube Check testing / sonar-check (push) Successful in 2m6s Details

This commit is contained in:
Syifa 2026-01-08 15:20:58 +07:00
parent 002a46d78f
commit d0a7e00098
1 changed files with 0 additions and 3 deletions

View File

@ -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(),