Skip to content

Commit

Permalink
Merge pull request #1809 from PolicyEngine/fix/1580-remove-queue-message
Browse files Browse the repository at this point in the history
Fix Removed queue message
  • Loading branch information
anth-volk authored Oct 7, 2024
2 parents adf6a76 + a839f0d commit 1108d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
removed:
- removed queue message
1 change: 0 additions & 1 deletion policyengine_api/endpoints/economy/economy.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def get_economic_impact(
)
return dict(
status=result["status"],
message=f"Your position in the queue is {queue_pos}.",
queue_position=queue_pos,
average_time=get_average_time(),
result=result["reform_impact_json"],
Expand Down

0 comments on commit 1108d0a

Please sign in to comment.