remove the unused optional

This commit is contained in:
Zynh0722 2023-11-06 11:34:14 -08:00
parent 405e478543
commit dfce42fd03

View file

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