Skip to content

Commit

Permalink
delete_Account_grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
dzlk17 committed Nov 21, 2024
1 parent ed31fc8 commit 7d14523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/http/cloud/delete_account_finish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub async fn delete_account_finish(
)
.await
{
error!("Failed to delete team from grafana: {:?}", err);
error!("Failed to delete account in grafana: {:?}", err);
return Err((
StatusCode::INTERNAL_SERVER_ERROR,
CloudApiErrors::GrafanaError.to_string(),
Expand Down

0 comments on commit 7d14523

Please sign in to comment.