Fix clippy lint.

This commit is contained in:
Tom Alexander 2024-09-29 18:31:47 -04:00
parent 753ad6dd05
commit 8cb28459a0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -61,7 +61,7 @@ pub(crate) async fn hook(
StatusCode::INTERNAL_SERVER_ERROR,
Json(HookResponse {
ok: false,
message: Some(format!("Failed to handle push event.")),
message: Some("Failed to handle push event.".to_string()),
}),
),
}