Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasTurner23 committed Dec 4, 2024
1 parent d0770c3 commit ce62981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analytics/api/views/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def post(self):
logger.exception(f"An error occurred: {ex}")
return (
AirQoRequests.create_response(
f"An Error occurred while processing your request. Please contact support. {ex}",
f"An Error occurred while processing your request. Please contact support.",
success=False,
),
AirQoRequests.Status.HTTP_500_INTERNAL_SERVER_ERROR,
Expand Down

0 comments on commit ce62981

Please sign in to comment.