allow not specifying a limit on messages endpoint

This commit is contained in:
Dax Raad
2025-11-07 13:03:54 -05:00
parent ae456e6bd0
commit 958c991fe1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -756,7 +756,7 @@ export namespace Server {
validator(
"query",
z.object({
limit: z.coerce.number(),
limit: z.coerce.number().optional(),
}),
),
async (c) => {