mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-28 11:43:49 -06:00
SDA-3856 - Remove config version from user config (#2112)
This commit is contained in:
parent
a1b3634d3e
commit
48a7fa921f
@ -612,7 +612,6 @@ class Config {
|
||||
);
|
||||
const { url, ...rest } = this.globalConfig as IConfig;
|
||||
await this.updateUserConfig({
|
||||
configVersion: app.getVersion().toString(),
|
||||
buildNumber,
|
||||
...rest,
|
||||
} as IConfig);
|
||||
|
Loading…
Reference in New Issue
Block a user