From df81e32500e8c423bd8e285fc33f385693a38f58 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Mon, 22 Aug 2022 13:46:53 -0400 Subject: [PATCH] test --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 6d2ca52..b4a903a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6403,6 +6403,7 @@ class DownloadHttpClient { const headers = utils_1.getDownloadHeaders('application/json'); const response = yield requestUtils_1.retryHttpClientRequest('Get Container Items', () => __awaiter(this, void 0, void 0, function* () { return client.get(resourceUrl.toString(), headers); })); const body = yield response.readBody(); + console.log("body of gci: " + JSON.stringify(body)) return JSON.parse(body); }); }