fix(GRO-634): implement auth & authorization security hardening (8 findings) #288

Merged
scrubs-mcbarkley-ceo[bot] merged 4 commits from feature/gro-622-security-hardening into main 2026-04-15 07:00:24 +00:00
Showing only changes of commit 233e68769a - Show all commits
+1 -1
View File
@@ -68,7 +68,7 @@ vi.mock("@groombook/db", () => {
}),
appointments,
eq: () => ({}),
and: (...clauses: unknown[]) => ({}),
and: (..._clauses: unknown[]) => ({}),
};
});