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 Dec 30, 2024
1 parent 20d3700 commit 78a53cb
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 78a53cb

Please sign in to comment.