microapps-automation-helper
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -122,3 +122,3 @@ "use strict"; | ||
} | ||
if (jobRun.running === false) { | ||
if ((jobRun === null || jobRun === void 0 ? void 0 : jobRun.running) === false) { | ||
break; | ||
@@ -125,0 +125,0 @@ } |
{ | ||
"name": "microapps-automation-helper", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "> library which provides common functions to test integration between Microapps Admin and Citrix Worskspace", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -163,3 +163,3 @@ import FormData from 'form-data'; | ||
} | ||
if (jobRun.running === false) { | ||
if (jobRun?.running === false) { | ||
break; | ||
@@ -166,0 +166,0 @@ } |
283685