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 c60d315 commit 39d345bCopy full SHA for 39d345b
redisinsight/api/src/modules/database-analysis/database-analysis.service.ts
@@ -52,7 +52,7 @@ export class DatabaseAnalysisService {
52
53
const analysis = plainToClass(DatabaseAnalysis, await this.analyzer.analyze({
54
databaseId: clientMetadata.databaseId,
55
- db: client?.options?.db,
+ db: client?.options?.db || 0,
56
...dto,
57
progress,
58
}, [].concat(...scanResults.map((nodeResult) => nodeResult.keys))));
0 commit comments