mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +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