Skip to content

Commit

Permalink
fixed formatting mistakes have sneaked into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored and github-actions[bot] committed Jun 10, 2024
1 parent 4b26f69 commit 2a9fec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions server/main-api/src/maps/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,5 @@ pub async fn maps_handler(
"Preview Generation for {id} took {elapsed:?}",
elapsed = start_time.elapsed()
);
HttpResponse::Ok()
.content_type("image/png")
.body(img)
HttpResponse::Ok().content_type("image/png").body(img)
}
2 changes: 1 addition & 1 deletion server/main-api/src/maps/static/pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a9fec8

Please sign in to comment.