remove the unused optional
This commit is contained in:
parent
405e478543
commit
dfce42fd03
1 changed files with 0 additions and 2 deletions
|
@ -170,8 +170,6 @@ async fn add_dancer(
|
|||
.scope_boxed()
|
||||
})
|
||||
.await
|
||||
.optional()
|
||||
.unwrap()
|
||||
.unwrap();
|
||||
|
||||
render!(crate::templates::components::dancer_html, inserted)
|
||||
|
|
Loading…
Reference in a new issue