mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
tweak: ensure typescript doesnt shit the bed
This commit is contained in:
parent
1187b38c4c
commit
6291973fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ export namespace MessageV2 {
|
|||
sessionID: Identifier.schema("session"),
|
||||
messageID: Identifier.schema("message"),
|
||||
}),
|
||||
async (input) => {
|
||||
async (input): Promise<WithParts> => {
|
||||
return {
|
||||
info: await Storage.read<MessageV2.Info>(["message", input.sessionID, input.messageID]),
|
||||
parts: await parts(input.messageID),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue