mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(chat) Parse info compatible with front-end (#704)
* (improvement)(headless) Modify view demo data * (improvement)(chat) Parse info compatible with front-end --------- Co-authored-by: jolunoluo
This commit is contained in:
@@ -36,7 +36,7 @@ public class ViewResp extends SchemaItem {
|
||||
}
|
||||
|
||||
public List<Long> getAllDimensions() {
|
||||
return getViewModelConfigs().stream().map(ViewModelConfig::getMetrics)
|
||||
return getViewModelConfigs().stream().map(ViewModelConfig::getDimensions)
|
||||
.flatMap(Collection::stream).collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user