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
@@ -107,7 +107,7 @@ pub async fn delete_text_content(
"dashboard/recent_content.html",
"latest_content_section",
LatestTextContentData {
user: user.to_owned(),
user: user.clone(),
text_contents,
},
))