From 8a44b1294f2516e05d5b62f94370d3deb9a9763a Mon Sep 17 00:00:00 2001 From: sagpembo Date: Thu, 3 Nov 2022 10:54:51 +0000 Subject: [PATCH] fixed experimental feature upped version number --- experimental.js | 2 +- wmiocli.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental.js b/experimental.js index 4882b69..9ead80a 100644 --- a/experimental.js +++ b/experimental.js @@ -249,7 +249,7 @@ function processResubmissions(reprocessCount) function processSingleResubmission(a,b, vbid) { dbg.message("Processing Resubmission [" + a + " of " + b + "] Action [" + startOrResume + "] VBID [" + vbid + "]",); - var endPoint = "https://cpointegrationdev.int-aws-de.webmethods.io/enterprise/v1/tenant/account/billlogs/" + vbid; + var endPoint = "https://" + domainName + "/enterprise/v1/tenant/account/billlogs/" + vbid; debug("Next URL [" + endPoint + "]"); //var body=processMonitorBody(); //body.limit=reprocessCount; diff --git a/wmiocli.js b/wmiocli.js index e332278..3d73fe4 100644 --- a/wmiocli.js +++ b/wmiocli.js @@ -4,7 +4,7 @@ * Apache-2.0 */ -const versionNo = "2022.11.1" +const versionNo = "2022.11.2" const { Command, Option } = require('commander'); const { exit } = require('process'); const readline = require('readline-sync');