Skip to content

Commit

Permalink
fix jobs tree extra server call
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Jul 24, 2023
1 parent 00770cb commit 8314be9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/zowe-explorer/src/job/ZoweJobNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ export class Job extends ZoweTreeNode implements IZoweJobTreeNode {
}, []);
} catch (error) {
await errorHandling(error, this.label, localize("getChildren.error.response", "Retrieving response from ") + `zowe.GetJobs`);
syncSessionNode(Profiles.getInstance())((profileValue) => ZoweExplorerApiRegister.getJesApi(profileValue).getSession())(sessNode);
}
}
return jobsInternal;
Expand Down

0 comments on commit 8314be9

Please sign in to comment.