fix: update references after moving message functions to MessageV2 namespace

This commit is contained in:
Dax Raad
2025-11-07 14:46:58 -05:00
parent c5a558f3da
commit d462e380f4
6 changed files with 46 additions and 45 deletions

View File

@@ -827,7 +827,7 @@ export namespace Server {
),
async (c) => {
const params = c.req.valid("param")
const message = await Session.getMessage({
const message = await MessageV2.get({
sessionID: params.id,
messageID: params.messageID,
})