Skip to content

Commit 144bde8

Browse files
committed
fix: update log name back to the original
1 parent fc027a4 commit 144bde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/authclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export abstract class AuthClient
344344
return target;
345345
}
346346

347-
static log = makeLog('auth:interceptor');
347+
static log = makeLog('auth');
348348
static readonly DEFAULT_REQUEST_INTERCEPTOR: Parameters<
349349
Gaxios['interceptors']['request']['add']
350350
>[0] = {

0 commit comments

Comments
 (0)