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:
parent
07c947949e
commit
2cc1bf978b
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user