Skip to content

Commit

Permalink
removing optional parameter from profile arg
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew <[email protected]>
Signed-off-by: Chinmay Das <[email protected]>
  • Loading branch information
chinmdas and AndrewTwydell authored Dec 18, 2024
1 parent d5bfe8d commit 630f3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vsce/src/trees/CICSTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ export class CICSTree implements TreeDataProvider<CICSSessionTree> {
await this.updateSessionHelper(currentProfile);
}

async updateSessionHelper(profile?: imperative.IProfAttrs) {
async updateSessionHelper(profile: imperative.IProfAttrs) {
const response = await window.showQuickPick([{ label: "Edit CICS Profile" }], {
ignoreFocusOut: true,
placeHolder: "Create a New Team Configuration File",
Expand Down

0 comments on commit 630f3f6

Please sign in to comment.