mirror of
https://github.com/grafana/grafana.git
synced 2025-01-04 13:17:16 -06:00
Chore: Remove unreachable return in parseDataplaneLogsFrame (#75516)
This commit is contained in:
parent
d8e99e2bb5
commit
720543f483
@ -80,7 +80,6 @@ function parseDataplaneLogsFrame(frame: DataFrame): LogsFrame | null {
|
|||||||
getAttributesAsLabels: () => (attributes !== null ? attributes.map(attributesToLabels) : null),
|
getAttributesAsLabels: () => (attributes !== null ? attributes.map(attributesToLabels) : null),
|
||||||
extraFields,
|
extraFields,
|
||||||
};
|
};
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function parseLogsFrame(frame: DataFrame): LogsFrame | null {
|
export function parseLogsFrame(frame: DataFrame): LogsFrame | null {
|
||||||
|
Loading…
Reference in New Issue
Block a user