Skip to content

Commit

Permalink
Remove useless client stop
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaDolo committed Dec 11, 2024
1 parent ba5ca24 commit b8a6453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/src/commands/user/revoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ pub async fn list_user(args: Args, client: &StartedClient) -> anyhow::Result<()>

println!("User {email} has been revoked");

client.stop().await;

Ok(())
}

0 comments on commit b8a6453

Please sign in to comment.