fix: get workspace namespace

This commit is contained in:
Zack Fu Zi Xiang 2024-06-18 12:33:04 +08:00
parent 236a22ac97
commit 7530d78ab6
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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)