Skip to content

Commit 96609ec

Browse files
committed
fix error message
1 parent 8956604 commit 96609ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export class CliApiClient {
199199

200200
async getDevStatus(projectRef: string) {
201201
if (!this.accessToken) {
202-
throw new Error("getJWT: No access token");
202+
throw new Error("getDevStatus: No access token");
203203
}
204204

205205
return wrapZodFetch(

0 commit comments

Comments
 (0)