fix(GRO-980): restore 4-space indent on /api/invoices route handler

This commit is contained in:
2026-05-04 02:53:12 +00:00
committed by Flea Flicker [agent]
parent 7df553e446
commit 5d297b4391
+1 -1
View File
@@ -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.