fix: remove unused updateClientSchema (lint error)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user