We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857b1f4 commit 9991de1Copy full SHA for 9991de1
redisinsight/api/src/modules/statics-management/providers/auto-updated-statics.provider.ts
@@ -24,7 +24,7 @@ export class AutoUpdatedStaticsProvider implements OnModuleInit {
24
*/
25
onModuleInit() {
26
// async operation to not wait for it and not block user in case when no internet connection
27
- this.initDefaults().catch().finally(this.autoUpdate.bind(this));
+ this.initDefaults().finally(this.autoUpdate.bind(this));
28
}
29
30
/**
0 commit comments