refac/perf: channel image upload behaviour

This commit is contained in:
Timothy Jaeryang Baek
2025-12-03 19:06:02 -05:00
parent 39f778c275
commit 22f1b764a7
4 changed files with 28 additions and 17 deletions

View File

@@ -179,7 +179,7 @@ def upload_file_handler(
user=Depends(get_verified_user),
background_tasks: Optional[BackgroundTasks] = None,
):
log.info(f"file.content_type: {file.content_type}")
log.info(f"file.content_type: {file.content_type} {process}")
if isinstance(metadata, str):
try: