fix(GRO-980): restore indentation on /api/invoices route handler

This commit is contained in:
2026-05-04 02:32:15 +00:00
committed by Flea Flicker [agent]
parent dec4112ee5
commit a07f3d7b55
+1 -1
View File
@@ -44,7 +44,7 @@ test.beforeEach(async ({ page }) => {
json: { newClients: [], activeInPeriodCount: 0, churnRisk: [], churnRiskTotal: 0 },
});
}
if (url.includes("/api/invoices/stats/summary")) {
if (url.includes("/api/invoices/stats/summary")) {
return route.fulfill({
json: {
revenueThisMonth: 0,