Skip to content

Commit

Permalink
SDA-3856 - Remove config version from user config (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Mar 20, 2024
1 parent a1b3634 commit 48a7fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/config-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ class Config {
);
const { url, ...rest } = this.globalConfig as IConfig;
await this.updateUserConfig({
configVersion: app.getVersion().toString(),
buildNumber,
...rest,
} as IConfig);
Expand Down

0 comments on commit 48a7fa9

Please sign in to comment.