Don't set unnecessary status

This commit is contained in:
Paul van Tilburg 2022-05-10 15:47:37 +02:00
parent fc4672328f
commit bad20b803a
Signed by untrusted user: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ pub(crate) mod position;
pub(crate) mod providers;
#[derive(Responder)]
#[response(status = 200, content_type = "image/png")]
#[response(content_type = "image/png")]
struct PngImageData(Vec<u8>);
/// Handler for retrieving the forecast for an address.