1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

chore: add todo note with flag to remember a refactor (#10811)

So that we remember to revisit this line when we remove the flag.
This commit is contained in:
Thomas Heartman 2025-10-16 09:53:58 +02:00 committed by GitHub
parent 07c947949e
commit 2cc1bf978b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ type InstanceInsightsWithLabels = InstanceInsightsSchema & {
labels: { date: string; week: string }[]; labels: { date: string; week: string }[];
}; };
// todo (lifecycleGraphs): consider moving this to the API instead.
const generateWeekLabels = ( const generateWeekLabels = (
start: string, start: string,
end: string, end: string,