fix(GRO-634): rename unused 'clauses' param to _clauses in confirmation test

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Flea Flicker
2026-04-14 23:23:51 +00:00
parent f7b8b7e668
commit 233e68769a
+1 -1
View File
@@ -68,7 +68,7 @@ vi.mock("@groombook/db", () => {
}),
appointments,
eq: () => ({}),
and: (...clauses: unknown[]) => ({}),
and: (..._clauses: unknown[]) => ({}),
};
});