Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(getItemResources): do not mutate requestOptions in getItemResources
Perviously we mutated the requestOptions, but this causes issues if the same requestOptions instance is used in multiple calls - as in the case of long-promise chains orchestrating complex interactions with the platform. AFFECTS PACKAGES: @esri/arcgis-rest-portal
- Loading branch information