提交 01c47fd4 编写于 作者: J jsers

fix: remove all falsey values

上级 b1a05806
......@@ -46,7 +46,7 @@ export function fetchMetrics(selectedEndpoint: Endpoints, endpoints: Endpoints)
endpoints: selectedEndpoint,
}),
}, false).then((data) => {
return _.chain(data.metrics).flattenDeep().union().sortBy((o) => {
return _.chain(data.metrics).compact().flattenDeep().union().sortBy((o) => {
return _.lowerCase(o);
}).value();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册