remove the unused optional
parent
405e478543
commit
dfce42fd03
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue