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