@dt-esa/dynatrace-api-client
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -144,3 +144,3 @@ "use strict"; | ||
// If there are more pages to go through, begin running autoPage. | ||
if (typeof data.nextPageKey == "string" && paging != false) { | ||
if (typeof data?.nextPageKey == "string" && paging != false) { | ||
onPageReceived?.(data); | ||
@@ -147,0 +147,0 @@ return this.autoPage(apiPath, data, { |
{ | ||
"name": "@dt-esa/dynatrace-api-client", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
2241617