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 0d898ad commit 764621fCopy full SHA for 764621f
redisinsight/ui/src/utils/redistack.ts
@@ -11,7 +11,7 @@ export const REDISTACK_MODULES: Array<string | Array<string>> = [
11
]
12
13
const checkRediStackModules = (modules: any[]) => {
14
- if (!modules.length || modules.length !== REDISTACK_MODULES.length) return false
+ if (!modules?.length || modules.length !== REDISTACK_MODULES.length) return false
15
16
return map(modules, 'name')
17
.sort()
0 commit comments