File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
redisinsight/ui/src/slices/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { InitialStateRejson, RedisResponseBuffer } from '../interfaces'
25
25
import { addErrorNotification , addMessageNotification } from '../app/notifications'
26
26
import { AppDispatch , RootState } from '../store'
27
27
28
- const JSON_LENGHT_TO_FORCE_RETRIEVE = 200
28
+ const JSON_LENGTH_TO_FORCE_RETRIEVE = 200
29
29
30
30
export const initialState : InitialStateRejson = {
31
31
loading : false ,
@@ -151,7 +151,7 @@ export function fetchReJSON(
151
151
{
152
152
keyName : key ,
153
153
path,
154
- forceRetrieve : isNumber ( length ) && length > JSON_LENGHT_TO_FORCE_RETRIEVE ,
154
+ forceRetrieve : isNumber ( length ) && length > JSON_LENGTH_TO_FORCE_RETRIEVE ,
155
155
encoding,
156
156
} ,
157
157
{ cancelToken : sourceRejson . token }
You can’t perform that action at this time.
0 commit comments