Skip to content

Commit

Permalink
SDA-4714 - Add missing latestAutoUpdateChannelEnabled into user config
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Nov 13, 2024
1 parent 7f0c195 commit fd88ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/config-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ class Config {
customFlags: latestGlobalConfig.customFlags,
betaAutoUpdateChannelEnabled:
latestGlobalConfig.betaAutoUpdateChannelEnabled,
latestAutoUpdateChannelEnabled:
latestGlobalConfig.latestAutoUpdateChannelEnabled,
});
}

Expand Down

0 comments on commit fd88ca3

Please sign in to comment.