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 2bc5c63 commit de1344dCopy full SHA for de1344d
redisinsight/api/src/modules/database/database-connection.service.ts
@@ -72,7 +72,7 @@ export class DatabaseConnectionService {
72
73
const rdiFeature = await this.featureService.getByName(KnownFeatures.Rdi);
74
75
- if (rdiFeature.flag) {
+ if (rdiFeature?.flag) {
76
const database = await this.repository.get(clientMetadata.databaseId);
77
this.recommendationService.check(
78
clientMetadata,
0 commit comments