mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(lodash): upraded lodash to 4.15.0, closes #6021
This commit is contained in:
@@ -25,7 +25,7 @@ class MixedDatasource {
|
||||
});
|
||||
|
||||
return this.$q.all(promises).then(function(results) {
|
||||
return { data: _.flatten(_.pluck(results, 'data')) };
|
||||
return { data: _.flatten(_.map(results, 'data')) };
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user