mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 23:45:23 +00:00
fix: type
This commit is contained in:
parent
2c573d6a81
commit
2ebe69829e
@ -424,7 +424,7 @@ export function aggregation(val: number, config: { calculation?: string }): numb
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function useGetMetricEntity(metric: string, metricType: string[]) {
|
export async function useGetMetricEntity(metric: string, metricType: string) {
|
||||||
if (!metric || !metricType) {
|
if (!metric || !metricType) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user