From a07f3d7b550505db965af15a988eb7706a221f32 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 4 May 2026 02:32:15 +0000 Subject: [PATCH] fix(GRO-980): restore indentation on /api/invoices route handler --- apps/e2e/tests/navigation.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/e2e/tests/navigation.spec.ts b/apps/e2e/tests/navigation.spec.ts index dc9b4aa..b295f72 100644 --- a/apps/e2e/tests/navigation.spec.ts +++ b/apps/e2e/tests/navigation.spec.ts @@ -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, -- 2.52.0