mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-12 15:11:06 +08:00
removed test line
This commit is contained in:
parent
5e6c3880d0
commit
0cb797a2ff
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ export let Auth: AuthType | undefined;
|
|||
try {
|
||||
app = initializeApp(firebaseConfig);
|
||||
Auth = getAuth(app);
|
||||
throw new Error("Firebase is not initialized");
|
||||
} catch (e) {
|
||||
app = undefined;
|
||||
Auth = undefined;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue