fix(GRO-634): rename unused 'clauses' param to _clauses in confirmation test
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -68,7 +68,7 @@ vi.mock("@groombook/db", () => {
|
|||||||
}),
|
}),
|
||||||
appointments,
|
appointments,
|
||||||
eq: () => ({}),
|
eq: () => ({}),
|
||||||
and: (...clauses: unknown[]) => ({}),
|
and: (..._clauses: unknown[]) => ({}),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user