|
@@ -9,7 +9,7 @@ import useApi from 'sentry/utils/useApi';
|
|
|
|
|
|
import {MetricsContext, MetricsContextValue} from './metricsContext';
|
|
import {MetricsContext, MetricsContextValue} from './metricsContext';
|
|
|
|
|
|
-async function fetchMetricMetas(
|
|
|
|
|
|
+function fetchMetricMetas(
|
|
api: Client,
|
|
api: Client,
|
|
organization: Organization,
|
|
organization: Organization,
|
|
projects?: number[]
|
|
projects?: number[]
|
|
@@ -21,7 +21,7 @@ async function fetchMetricMetas(
|
|
});
|
|
});
|
|
}
|
|
}
|
|
|
|
|
|
-async function fetchMetricTags(
|
|
|
|
|
|
+function fetchMetricTags(
|
|
api: Client,
|
|
api: Client,
|
|
organization: Organization,
|
|
organization: Organization,
|
|
projects?: number[],
|
|
projects?: number[],
|