remove lodash backward compatibility fixes
This commit is contained in:
@@ -258,6 +258,3 @@ export default {
|
|||||||
handleTriggersResponse,
|
handleTriggersResponse,
|
||||||
sortTimeseries
|
sortTimeseries
|
||||||
};
|
};
|
||||||
|
|
||||||
// Fix for backward compatibility with lodash 2.4
|
|
||||||
if (!_.uniqBy) {_.uniqBy = _.uniq;}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user