Skip to content

Commit

Permalink
Fix incorrectly generated code (elastic#205236)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila authored and cqliu1 committed Jan 2, 2025
1 parent 4b56c7a commit 37d3615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ import type { FunctionDefinition } from '../types';
${
functionsType === 'scalar'
? `import type { ESQLFunction } from '@kbn/esql-ast';
import { isLiteralItem } from '../../../../../shared/helpers';`
import { isLiteralItem } from '../../shared/helpers';`
: ''
}
Expand Down

0 comments on commit 37d3615

Please sign in to comment.