Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove stray details checks from GET_ASSETS
The details attribute is store in get_assets_data->get.details. These checks on get_assets_data->details are probably copy-paste errors from GET_INFO. This works in GET_INFO because GET_INFO explicitly sets details alongside get.details. As a result the DETAILS element has never been returned from GET_ASSETS. It's also missing from the docs. Similarly, ROUTES is only returned from GET_ASSETS when an id attribute is given, regardless of the value of the details attribute.
- Loading branch information