This commit is contained in:
Timothy J. Baek 2024-05-28 10:18:46 -07:00
parent 44f086b7da
commit 9dc5a0b7e0

View File

@ -199,7 +199,7 @@ async def filter(form_data: FilterForm):
print(e)
raise HTTPException(
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
detail=f"Error in filter {form_data.model}: {str(e)}",
detail=f"{str(e)}",
)