refactor refs #5308 Minor change

This commit is contained in:
Guillermo Bonet 2024-03-06 12:17:17 +01:00
parent ed92613288
commit 59cd31bb49
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ var App = {
this.regWrite(Conf.regPath, 'remoteURL', Conf.defaultRemoteURL);
this.regWrite(Conf.regPath, 'lastExecutedVersion', Conf.version);
this.regWrite(Conf.regPath, 'selectedApiSource', Conf.defaultApiSource);
this.regWrite(Conf.regPath + '\\api-sources', Conf.defaultApiSource, Conf.defaultRemoteURL);
this.regWrite(Conf.regPath + '\\apiSources', Conf.defaultApiSource, Conf.defaultRemoteURL);
this.createODBC(
Conf.odbcPath,
Conf.productionDatasource,