Skip to content

Commit

Permalink
typo in path (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1divp authored Jun 21, 2024
1 parent 486ecaa commit 42cd127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/utilities/firebaseInit.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const admin = require('firebase-admin');
const serviceAccount = require("../../firebase-secrets.json");
const serviceAccount = require("../../.firebase-secrets.json");

export const adminApp = admin.initializeApp({
credential: admin.credential.cert(serviceAccount),
Expand Down

0 comments on commit 42cd127

Please sign in to comment.