Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Nov 21, 2024
1 parent 2bc1d38 commit b8f090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zowe-explorer-api/src/profiles/ProfilesCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export class ProfilesCache {
return convertResult;
}

public static getProfileSessionWithVscProxy(session: imperative.Session): imperative.Session {
public static getProfileSessionWithVscProxy(session: imperative.Session): imperative.Session | undefined {
if (!session) {
return;

Check warning on line 394 in packages/zowe-explorer-api/src/profiles/ProfilesCache.ts

View check run for this annotation

Codecov / codecov/patch

packages/zowe-explorer-api/src/profiles/ProfilesCache.ts#L394

Added line #L394 was not covered by tests
}
Expand Down

0 comments on commit b8f090c

Please sign in to comment.