chore: build
Omnex Plateform App - EAS Build / build (push) Failing after 7m2s
Omnex Plateform Client - EAS Build / build (push) Canceled after 4m34s

This commit is contained in:
Xor290
2026-08-04 21:56:10 +02:00
parent 85a2bd6d85
commit cf1e5179a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ export interface MonthlyStatsSummary {
total_quantity: number;
}
export interface MonthlyStats {
month: string; // "2026-06"
month: string;
summary: MonthlyStatsSummary;
by_day: MonthlyDayStat[];
}