chore: clippy html-router

This commit is contained in:
Per Stark
2025-10-16 20:30:17 +02:00
parent 44e5d8a2fc
commit 99b88c3063
9 changed files with 31 additions and 37 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ pub async fn new_user_message(
if conversation.user_id != user.id {
return Ok(TemplateResponse::unauthorized().into_response());
};
}
let user_message = Message::new(conversation_id, MessageRole::User, form.content, None);