Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <jace.roell@hotmail.com>
  • Loading branch information
jace-roell committed Sep 23, 2024
1 parent b19696b commit 20c2db7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/zostso/src/IssueTso.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ export class IssueTso {
opts = opts || {};
let useNewApi =
opts.addressSpaceOptions == null ||
await CheckStatus.isZosVersionAtLeast(
session,
ZosmfConstants.VERSIONS.V2R4
) &&
(opts.suppressStartupMessages ?? false);
await CheckStatus.isZosVersionAtLeast(session,ZosmfConstants.VERSIONS.V2R4) && (opts.suppressStartupMessages ?? false);
if (useNewApi) {
version = "v1";
try {
Expand Down

0 comments on commit 20c2db7

Please sign in to comment.