fix(GRO-980): restore 4-space indent on /api/invoices route handler
This commit is contained in:
@@ -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 } });
|
return route.fulfill({ json: { data: [], total: 0 } });
|
||||||
}
|
}
|
||||||
// Appointments, clients, services, staff, book, etc.
|
// Appointments, clients, services, staff, book, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user