mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 06:42:26 +00:00
fix: update references after moving message functions to MessageV2 namespace
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user