Description:
Fixed Unlinked Awards API endpoint - was returning URL with repeated fields causing issues downloading requested data for users
Technical details:
_latest_download_filename repeated the _self.redirectdir variable, which was already added to the URL returned by the endpoint in the _identifieddownload. Removing the duplicate solved the issue.
Description: Fixed Unlinked Awards API endpoint - was returning URL with repeated fields causing issues downloading requested data for users
Technical details: _latest_download_filename repeated the _self.redirectdir variable, which was already added to the URL returned by the endpoint in the _identifieddownload. Removing the duplicate solved the issue.
Requirements for PR merge:
Area for explaining above N/A when needed: