From 5d297b439176d7c298bf91933dcb775faf33a189 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 4 May 2026 02:53:12 +0000 Subject: [PATCH] fix(GRO-980): restore 4-space indent 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 b67cc1c..dc9b4aa 100644 --- a/apps/e2e/tests/navigation.spec.ts +++ b/apps/e2e/tests/navigation.spec.ts @@ -54,7 +54,7 @@ test.beforeEach(async ({ page }) => { }, }); } -if (url.includes("/api/invoices")) { + if (url.includes("/api/invoices")) { return route.fulfill({ json: { data: [], total: 0 } }); } // Appointments, clients, services, staff, book, etc.