diff --git a/src/app/config-handler.ts b/src/app/config-handler.ts index e32428f8..03724de7 100644 --- a/src/app/config-handler.ts +++ b/src/app/config-handler.ts @@ -274,6 +274,7 @@ class Config { logger.info(`config-handler: setting first time launch for build`, buildNumber); return await this.updateUserConfig(filteredFields); } + await this.updateUserConfig({ buildNumber }); } /**