fix: get workspace namespace
This commit is contained in:
parent
236a22ac97
commit
7530d78ab6
|
|
@ -40,7 +40,6 @@ impl Client {
|
|||
let resp = self
|
||||
.http_client_with_auth(Method::GET, &url)
|
||||
.await?
|
||||
.get(&url)
|
||||
.send()
|
||||
.await?;
|
||||
AppResponse::<String>::from_response(resp)
|
||||
|
|
|
|||
Loading…
Reference in New Issue