We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://localhost:8000/data/candidates/president/presidential-map/ has wrong numbers for transfers in. It's using transfers_to_other_authorized_committees when it should use transfers_from_affiliated_committees, which is missing from the API
transfers_to_other_authorized_committees
transfers_from_affiliated_committees
The text was updated successfully, but these errors were encountered:
lbeaufort
Successfully merging a pull request may close this issue.
http://localhost:8000/data/candidates/president/presidential-map/ has wrong numbers for transfers in. It's using
transfers_to_other_authorized_committees
when it should usetransfers_from_affiliated_committees
, which is missing from the APItransfers_from_affiliated_committees
to APIThe text was updated successfully, but these errors were encountered: