Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Sep 9, 2024
1 parent 50ad275 commit 6c59764
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ const protocol = "http";
const rejectUnauthorized = false;

const PROFILE_MAP = {
name: "cics",
type: "cics",
host,
port,
user,
password
};
name: "cics",
type: "cics",
host,
port,
user,
password
};

const DEFAULT_PARAMETERS: IHandlerParameters = mockHandlerParameters({
positionals: ["cics", "add-to-list", "csdGroup"],
Expand Down

0 comments on commit 6c59764

Please sign in to comment.