From d589d91654a37bf6c8960dff7e8a9300bc77aece Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Thu, 9 Dec 2021 11:12:55 +0530 Subject: [PATCH] Fixed linting issue. (#1633) --- openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js b/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js index cde5efc143d..29786808603 100644 --- a/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js +++ b/openmetadata-ui/src/main/resources/ui/src/utils/APIUtils.js @@ -46,7 +46,6 @@ export const formatDataResponse = (hits) => { newData.entityType = hit._source.entity_type; newData.changeDescriptions = hit._source.change_descriptions; - return newData; });