Closed davidsharp7 closed 2 weeks ago
Name | Link |
---|---|
Latest commit | ffafdf6f9216e9077a4a56721ed7d48a5f435c18 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/6725a6a426c04600080a73c1 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.19%. Comparing base (
9260a7a
) to head (ffafdf6
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
Currently a POST such as this
will result in a null pointer exception as null is not a valid value to pass to URI.
Closes: #1890
Solution
If the uri is null return an empty string
One-line summary:
Fix null pointer exception for Dataset Source Facets
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)