SDA-3856 - Remove config version from user config (#2112)

This commit is contained in:
Kiran Niranjan 2024-03-20 15:12:04 +05:30 committed by GitHub
parent a1b3634d3e
commit 48a7fa921f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -612,7 +612,6 @@ class Config {
);
const { url, ...rest } = this.globalConfig as IConfig;
await this.updateUserConfig({
configVersion: app.getVersion().toString(),
buildNumber,
...rest,
} as IConfig);