From ad63c94c046edbd60c74884fe91f1f485fb3d964 Mon Sep 17 00:00:00 2001 From: Sheryl Tania Date: Tue, 14 Jan 2025 12:19:47 -0800 Subject: [PATCH] chore: remove validation references --- packages/arcgis-rest-elevation/src/findElevationAtManyPoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/arcgis-rest-elevation/src/findElevationAtManyPoints.ts b/packages/arcgis-rest-elevation/src/findElevationAtManyPoints.ts index efa056ba7..5e4f37049 100644 --- a/packages/arcgis-rest-elevation/src/findElevationAtManyPoints.ts +++ b/packages/arcgis-rest-elevation/src/findElevationAtManyPoints.ts @@ -5,7 +5,7 @@ import { } from "@esri/arcgis-rest-request"; import { operations } from "./openapi-types.js"; -import { baseUrl, isValidLatitude, isValidLongitude } from "./utils.js"; +import { baseUrl } from "./utils.js"; // determine the list of allowed params we want to allow as options // this should match the array given to appendCustomParams below