chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-02-25 01:46:08 -08:00
parent 7c68a424f8
commit 9f27d7710b
9 changed files with 310 additions and 264 deletions

View File

@@ -1186,9 +1186,7 @@ async def get_app_config(request: Request):
"client_id": GOOGLE_DRIVE_CLIENT_ID.value,
"api_key": GOOGLE_DRIVE_API_KEY.value,
},
"onedrive": {
"client_id": ONEDRIVE_CLIENT_ID.value
}
"onedrive": {"client_id": ONEDRIVE_CLIENT_ID.value},
}
if user is not None
else {}