fix: remove unused updateClientSchema (lint error)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Groom Book CTO
2026-03-19 17:16:58 +00:00
parent 4902ed3ced
commit a87ecd3f52
-1
View File
@@ -13,7 +13,6 @@ const createClientSchema = z.object({
notes: z.string().max(2000).optional(),
});
const updateClientSchema = createClientSchema.partial();
// List clients — defaults to active only, ?includeDisabled=true shows all
clientsRouter.get("/", async (c) => {