npm run format

This commit is contained in:
Taylor Wilsdon
2024-12-18 12:18:31 -05:00
parent 89e86f5e2e
commit 366158ff04
6 changed files with 100 additions and 84 deletions

View File

@@ -951,7 +951,7 @@ async def get_app_config(request: Request):
},
"google_drive": {
"client_id": GOOGLE_DRIVE_CLIENT_ID.value,
"api_key": GOOGLE_DRIVE_API_KEY.value
"api_key": GOOGLE_DRIVE_API_KEY.value,
},
**(
{