diff --git a/src/api.rs b/src/api.rs index a186e8d..79f04a1 100644 --- a/src/api.rs +++ b/src/api.rs @@ -170,8 +170,6 @@ async fn add_dancer( .scope_boxed() }) .await - .optional() - .unwrap() .unwrap(); render!(crate::templates::components::dancer_html, inserted)