mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-11 17:23:41 +00:00
@@ -84,7 +84,7 @@ export class ConfigProvider {
|
||||
await this.init();
|
||||
} catch (error) {
|
||||
// don't throw ConfigFetchError if saved config is available
|
||||
if (!(error.name === 'ConfigFetchError' && this.initialised)) {
|
||||
if (error.name === 'ConfigFetchError' && !this.initialised) {
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user