Skip to content

Commit

Permalink
address double assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Feb 14, 2025
1 parent ab7baf8 commit 1ba38f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/configuration/Profiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ export class Profiles extends ProfilesCache {
preferBaseToken: true,
});
} else {
loginOk = loginOk = await ZoweVsCodeExtension.directConnectLogin(serviceProfile, zeInstance, node);
loginOk = await ZoweVsCodeExtension.directConnectLogin(serviceProfile, zeInstance, node);
}

if (loginOk) {
Expand Down

0 comments on commit 1ba38f3

Please sign in to comment.