chore: update logs

This commit is contained in:
nathan 2024-05-30 21:41:01 +08:00
parent 1537c4d1f6
commit 33a68983b0
1 changed files with 0 additions and 1 deletions

View File

@ -108,6 +108,5 @@ async fn get_chat_message_handler(
trace!("get chat messages: {:?}", params);
let (_workspace_id, chat_id) = path.into_inner();
let messages = get_chat_messages(&state.pg_pool, params, &chat_id).await?;
trace!("get chat messages: {:?}", messages.messages);
Ok(AppResponse::Ok().with_data(messages).into())
}