Closed charles-zablit closed 2 years ago
This PR fixes a missing return statement.
return
Without it, the code below would be executed and the JSON serializer would try to parse a non-JSON string, causing an error.
Merging #459 (3ade030) into master (dda0721) will decrease coverage by 0.90%. The diff coverage is 0.00%.
0.90%
0.00%
This PR fixes a missing
return
statement.Without it, the code below would be executed and the JSON serializer would try to parse a non-JSON string, causing an error.