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