From 64f64ff71fe3441518034123893eee537c8c0d2a Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 7 May 2020 11:57:22 +0300 Subject: [PATCH] remove lodash backward compatibility fixes --- src/datasource-zabbix/responseHandler.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/datasource-zabbix/responseHandler.ts b/src/datasource-zabbix/responseHandler.ts index ccb6576..cb46c65 100644 --- a/src/datasource-zabbix/responseHandler.ts +++ b/src/datasource-zabbix/responseHandler.ts @@ -258,6 +258,3 @@ export default { handleTriggersResponse, sortTimeseries }; - -// Fix for backward compatibility with lodash 2.4 -if (!_.uniqBy) {_.uniqBy = _.uniq;}