Skip to content

Commit 00cac98

Browse files
authored
Merge branch 'main' into session-fixes
2 parents 2004fb8 + 5b4f4e1 commit 00cac98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/arcgis-rest-feature-service/src

packages/arcgis-rest-feature-service/src/query.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ export async function queryAllFeatures(
368368

369369
const returnedCount = response.features.length;
370370

371-
// check if the response has exceededTransferLimit handles both thes stantard json and geojson responses
371+
372+
// check if the response has exceededTransferLimit handles both the standard json and geojson responses
372373
const exceededTransferLimit =
373374
response.exceededTransferLimit ||
374375
(response as any).properties?.exceededTransferLimit;

0 commit comments

Comments
 (0)