mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
service account name update
This commit is contained in:
parent
8b8c9ddb87
commit
19bba656dd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const admin = require("firebase-admin");
|
|||
// const { Leaderboard } = require("./models/leaderboard");
|
||||
// const { BotCommand } = require("./models/bot-command");
|
||||
|
||||
const serviceAccount = require("./credentials/serviceAccountKey_live.json");
|
||||
const serviceAccount = require("./credentials/serviceAccountKey.json");
|
||||
|
||||
admin.initializeApp({
|
||||
credential: admin.credential.cert(serviceAccount),
|
||||
|
|
Loading…
Reference in a new issue