Skip to content

Commit 9d55648

Browse files
committed
fix linter
1 parent 4d13116 commit 9d55648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/controllers/chat/telemetryHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import {
5353
getDiagnosticsOfCurrentFile,
5454
toIdeDiagnostics,
5555
} from '../../../codewhisperer/util/diagnosticsUtil'
56-
import { Auth } from '../../../auth'
56+
import { Auth } from '../../../auth/auth'
5757

5858
export function logSendTelemetryEventFailure(error: any) {
5959
let requestId: string | undefined

0 commit comments

Comments
 (0)