Skip to content

Commit

Permalink
chore: remove test schemaVersion from zftp type
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Jan 5, 2024
1 parent 0cb91a4 commit c81cf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zowe-explorer-ftp-extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function registerFtpApis(): Promise<boolean> {
zoweExplorerApi.registerJesApi(new FtpJesApi());

const meta = await CoreUtils.getProfileMeta();
await zoweExplorerApi.getExplorerExtenderApi().initForZowe("zftp", [{ ...meta[0], schemaVersion: "1.0.0" }]);
await zoweExplorerApi.getExplorerExtenderApi().initForZowe("zftp", meta);
await zoweExplorerApi.getExplorerExtenderApi().reloadProfiles("zftp");

await Gui.showMessage("Zowe Explorer was modified for FTP support.", { logger: ZoweLogger });
Expand Down

0 comments on commit c81cf50

Please sign in to comment.