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 3a46ba6 commit 0e137a6Copy full SHA for 0e137a6
redisinsight/api/src/constants/error-messages.ts
@@ -104,7 +104,7 @@ export default {
104
`Required ${module} module is not loaded.`,
105
APP_SETTINGS_NOT_FOUND: () => 'Could not find application settings.',
106
SERVER_INFO_NOT_FOUND: () => 'Could not find server info.',
107
- INCREASE_MINIMUM_LIMIT: (count: number) =>
+ INCREASE_MINIMUM_LIMIT: (count?: number) =>
108
count
109
? `Set MAXSEARCHRESULTS to at least ${numberWithSpaces(count)}.`
110
: 'Increase MAXSEARCHRESULTS value to search more.',
0 commit comments