Skip to content

Commit

Permalink
revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl committed Oct 5, 2024
1 parent 2660e89 commit 92a772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/utils/InstallerConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export interface Configuration {

export class InstallerConfiguration {
static async obtain(): Promise<Configuration> {
return this.loadConfigurationFromLocalStorage()
return this.fetchConfigurationFromCdn()
.then((config) => {
if (this.isConfigurationValid(config)) {
console.log('Configuration from CDN is valid');
Expand Down

0 comments on commit 92a772e

Please sign in to comment.