Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Removed queue message #1809

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ZeelSatasiya
Copy link
Collaborator

Fixes #1580

  • Removed queue message

Copy link
Collaborator

@anth-volk anth-volk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this @ZeelSatasiya! I just had one requested change, then this should be good to go.

@@ -219,8 +219,6 @@ def get_economic_impact(
)
return dict(
status=result["status"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
status=result["status"],
status=result["status"],
queue_position=queue_pos,

We do actually still want the queue position, just want to remove the redundant message that also gives the queue position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove queue message
2 participants