Skip to content

Commit bb553ad

Browse files
committed
fix pr comments
1 parent f054a04 commit bb553ad

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

redisinsight/ui/src/pages/workbench/utils/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { findLastIndex, isNumber, toNumber } from 'lodash'
44
import { generateArgsNames, Maybe, Nullable } from 'uiSrc/utils'
55
import { CommandProvider, IRedisCommand, IRedisCommandTree, ICommandTokenType } from 'uiSrc/constants'
6-
import { isStringsEqual } from 'uiSrc/pages/workbench/utils/queryUtils'
6+
import { isStringsEqual } from './helpers'
77
import { ArgName, FoundCommandArgument } from '../types'
88

99
export const findCurrentArgument = (

redisinsight/ui/src/pages/workbench/utils/query_refactor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-continue */
22
import { ICommandTokenType, IRedisCommand } from 'uiSrc/constants'
33
import { Maybe } from 'uiSrc/utils'
4-
import { isStringsEqual, isTokenEqualsArg } from 'uiSrc/pages/workbench/utils/queryUtils'
4+
import { isStringsEqual, isTokenEqualsArg } from './helpers'
55

66
interface BlockTokensTree {
77
queryArgs: string[]

0 commit comments

Comments
 (0)