Skip to content

Commit

Permalink
[CLI] Remove redundant client stop.
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaDolo committed Jan 14, 2025
1 parent 5e5e1cc commit 4f4d017
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cli/src/commands/user/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ pub async fn list_user(args: Args, client: &StartedClient) -> anyhow::Result<()>
}
}

client.stop().await;

Ok(())
}
2 changes: 0 additions & 2 deletions cli/src/commands/workspace/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ pub async fn list_workspace(_args: Args, client: &StartedClient) -> anyhow::Resu
}
}

client.stop().await;

Ok(())
}

0 comments on commit 4f4d017

Please sign in to comment.