Skip to content

Commit 5b203c6

Browse files
committed
chore(cli): 0.2.4
1 parent 49328c6 commit 5b203c6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bucketco/cli",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"packageManager": "yarn@4.1.1",
55
"description": "CLI for Bucket service",
66
"main": "./dist/index.js",

packages/cli/utils/auth.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export async function authRequest<T = Record<string, unknown>>(
134134
await authStore.setToken(baseUrl, accessToken.accessToken);
135135
return authRequest(url, options);
136136
}
137-
138137
const resolvedUrl = new URL(`${apiUrl}/${url}`);
139138
if (options?.params) {
140139
Object.entries(options.params).forEach(([key, value]) => {

0 commit comments

Comments
 (0)