mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
fix
This commit is contained in:
parent
bdac7d10dd
commit
ad76fa8616
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ export namespace Server {
|
|||
description: "List of sessions",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(z.custom<Session.Info[]>()),
|
||||
schema: resolver(Session.Info.array()),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue