Skip to content

Commit

Permalink
unused var
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <[email protected]>
  • Loading branch information
jace-roell committed Dec 12, 2024
1 parent d969ca5 commit cd80570
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const testEnvPrefix = testAppNm.toUpperCase();
const profileTypes = ["zosmf", "tso", "base", "dummy"];
const testDir = path.join(__dirname, "__resources__");
const teamProjDir = path.join(testDir, testAppNm + "_team_config_proj");
const teamProjBaseTest = path.join(testDir, testAppNm + "_team_config_proj_base");

function createNewProfInfo(newDir: string, opts?: IProfOpts): ProfileInfo {
// create a new ProfileInfo in the desired directory
Expand Down

0 comments on commit cd80570

Please sign in to comment.