File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ import {
3030import { listCommand } from "../../../src/commands/log/list.js" ;
3131// biome-ignore lint/performance/noNamespaceImport: needed for spyOn mocking
3232import * as apiClient from "../../../src/lib/api-client.js" ;
33+ // biome-ignore lint/performance/noNamespaceImport: needed for spyOn mocking
34+ import * as dbAuth from "../../../src/lib/db/auth.js" ;
3335import {
3436 AuthError ,
3537 ContextError ,
@@ -45,8 +47,6 @@ import * as resolveTarget from "../../../src/lib/resolve-target.js";
4547import * as traceTarget from "../../../src/lib/trace-target.js" ;
4648// biome-ignore lint/performance/noNamespaceImport: needed for spyOn mocking
4749import * as versionCheck from "../../../src/lib/version-check.js" ;
48- // biome-ignore lint/performance/noNamespaceImport: needed for spyOn mocking
49- import * as dbAuth from "../../../src/lib/db/auth.js" ;
5050import type { SentryLog , TraceLog } from "../../../src/types/sentry.js" ;
5151
5252// ============================================================================
You can’t perform that action at this time.
0 commit comments