fix: type

This commit is contained in:
Fine 2023-04-06 19:18:43 +08:00
parent 2c573d6a81
commit 2ebe69829e

View File

@ -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;
} }