Skip to content

Commit 85b3054

Browse files
committed
fix: Fix none for config
1 parent d8d5320 commit 85b3054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_firebase_config() -> dict | None:
7171
if ext["name"] == "firebase-auth":
7272
return ext["config"]["firebaseConfig"]
7373

74-
return {}
74+
return None
7575

7676

7777
def create_app() -> FastAPI:

0 commit comments

Comments
 (0)