Skip to content

Commit 0e137a6

Browse files
RI-7119 resolve PR comments
1 parent 3a46ba6 commit 0e137a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/constants/error-messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default {
104104
`Required ${module} module is not loaded.`,
105105
APP_SETTINGS_NOT_FOUND: () => 'Could not find application settings.',
106106
SERVER_INFO_NOT_FOUND: () => 'Could not find server info.',
107-
INCREASE_MINIMUM_LIMIT: (count: number) =>
107+
INCREASE_MINIMUM_LIMIT: (count?: number) =>
108108
count
109109
? `Set MAXSEARCHRESULTS to at least ${numberWithSpaces(count)}.`
110110
: 'Increase MAXSEARCHRESULTS value to search more.',

0 commit comments

Comments
 (0)