remove the unused optional

main
Zynh0722 2023-11-06 11:34:14 -08:00
parent 405e478543
commit dfce42fd03
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ async fn add_dancer(
.scope_boxed()
})
.await
.optional()
.unwrap()
.unwrap();
render!(crate::templates::components::dancer_html, inserted)