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
Coming from this comment, the childReportID param is returned as an int, but App expects it to be a string and that causes strict comparison issues.
childReportID
int
Make the API return childReportID as a string
The text was updated successfully, but these errors were encountered:
@luacmartins Whoops! This issue is 2 days overdue. Let's get this updated quick!
Sorry, something went wrong.
This is done.
luacmartins
No branches or pull requests
Problem
Coming from this comment, the
childReportID
param is returned as anint
, but App expects it to be a string and that causes strict comparison issues.Solution
Make the API return
childReportID
as a stringThe text was updated successfully, but these errors were encountered: