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
BunqResponse<List<TreeProgress>> allTreeProgress = TreeProgress.list();
allTreeProgress
The text was updated successfully, but these errors were encountered:
angelomelonas
No branches or pull requests
Steps to reproduce:
BunqResponse<List<TreeProgress>> allTreeProgress = TreeProgress.list();
What should happen:
allTreeProgress
list should contain non-null values.What happens:
allTreeProgress
list contains null values due to the response being parsed incorrectly.SDK version and environment
The text was updated successfully, but these errors were encountered: