Skip to content

Commit

Permalink
chore:mini change
Browse files Browse the repository at this point in the history
  • Loading branch information
rocknroll17 committed Nov 3, 2024
1 parent 07877da commit 7d6c720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Router/price.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ def get_expected_price(request : Request, user_id: str, date : str = Query(...))
except ValueError:
return JSONResponse(status_code=HTTP_400_BAD_REQUEST, content={"message": "Invalid date format"})
except Exception as e:
raise e
return JSONResponse(status_code=HTTP_500_INTERNAL_SERVER_ERROR, content={"message": str(e)})

0 comments on commit 7d6c720

Please sign in to comment.