When mapping older “flat” provider API response, the url was assigned undefined value instead of actually removing it from the object. This PR fixes that.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Motivation and Context
When mapping older “flat” provider API response, the
url
was assignedundefined
value instead of actually removing it from the object. This PR fixes that.Types of changes
Checklist: