fix one of the logs
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Andre Henriques 2023-05-22 21:29:33 +01:00
parent 40a7655cea
commit 28d2ba0f9c

View File

@ -309,7 +309,7 @@ pub async fn start_animation(
) -> String {
println!("try to get animation!");
let animation = get_animation(name, db);
println!("{?:animation}!");
println!("{:?}!", animation);
if animation.is_err() || animation.as_ref().ok().is_none() {
return json!(ApiResponse {