Update dependency @emotion/react to v11.13.3 #298

Merged
pierre merged 2 commits from renovate/emotion-react-11.x-lockfile into master 2024-08-22 07:22:52 +00:00
Showing only changes of commit 48a43bf190 - Show all commits

View File

@ -84,7 +84,7 @@ pub async fn get_full_list(m: FamilyInPath) -> HttpResult {
/// Get the information of a single accommodation
pub async fn get_single(m: FamilyAndAccommodationInPath) -> HttpResult {
Ok(HttpResponse::Ok().json(&m.to_accommodation()))
Ok(HttpResponse::Ok().json(m.to_accommodation()))
}
/// Update an accommodation