Update build image to Rust 1.51 #8
@@ -240,7 +240,7 @@ async fn post_add_favorite(claims: Claims, body: web::Json<AddFavoriteRequest>)
|
||||
})
|
||||
.await
|
||||
.unwrap();
|
||||
debug!("Adding favorite \"{}\" for userid: {}", user_id, body.path);
|
||||
debug!("Adding favorite \"{}\" for userid: {}", body.path, user_id);
|
||||
HttpResponse::Ok()
|
||||
} else {
|
||||
error!("Unable to parse sub as i32: {}", claims.sub);
|
||||
|
||||
Reference in New Issue
Block a user