mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Build: Fix eslint in file (#61568)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { DataFrame, FieldType, isValidGoDuration, Labels } from '@grafana/data';
|
||||
|
||||
import { isLogLineJSON, isLogLineLogfmt } from './lineParser';
|
||||
|
||||
import { isBytesString } from './languageUtils';
|
||||
import { isLogLineJSON, isLogLineLogfmt } from './lineParser';
|
||||
|
||||
export function dataFrameHasLokiError(frame: DataFrame): boolean {
|
||||
const labelSets: Labels[] = frame.fields.find((f) => f.name === 'labels')?.values.toArray() ?? [];
|
||||
|
||||
Reference in New Issue
Block a user