mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 16:38:17 +00:00
Fixed linting issue. (#1633)
This commit is contained in:
parent
6b247bca79
commit
d589d91654
@ -46,7 +46,6 @@ export const formatDataResponse = (hits) => {
|
|||||||
newData.entityType = hit._source.entity_type;
|
newData.entityType = hit._source.entity_type;
|
||||||
newData.changeDescriptions = hit._source.change_descriptions;
|
newData.changeDescriptions = hit._source.change_descriptions;
|
||||||
|
|
||||||
|
|
||||||
return newData;
|
return newData;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user