mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 04:07:15 -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),
|
||||
extraFields,
|
||||
};
|
||||
return null;
|
||||
}
|
||||
|
||||
export function parseLogsFrame(frame: DataFrame): LogsFrame | null {
|
||||
|
Loading…
Reference in New Issue
Block a user