diff --git a/frontend/src/hooks/api/getters/useInsights/useInsights.ts b/frontend/src/hooks/api/getters/useInsights/useInsights.ts index c1fc2ff0b1..6108df701a 100644 --- a/frontend/src/hooks/api/getters/useInsights/useInsights.ts +++ b/frontend/src/hooks/api/getters/useInsights/useInsights.ts @@ -18,6 +18,7 @@ type InstanceInsightsWithLabels = InstanceInsightsSchema & { labels: { date: string; week: string }[]; }; +// todo (lifecycleGraphs): consider moving this to the API instead. const generateWeekLabels = ( start: string, end: string,