tweak: ensure typescript doesnt shit the bed

pull/10678/head
Aiden Cline 2026-01-26 08:56:54 -05:00
parent 1187b38c4c
commit 6291973fa3
1 changed files with 1 additions and 1 deletions

View File

@ -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),