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 5507deb commit ed31fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/http/cloud/delete_account_finish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ pub async fn delete_account_finish(
})?;

// Grafana, delete teams, apps and user
// TODO, fix this by fixing methods for setting up grafana datasource
if is_env_production() {
let mut owned_team_grafana_ids = Vec::new();
let mut non_owned_team_grafana_ids = Vec::new();
Expand Down

0 comments on commit ed31fc8

Please sign in to comment.