We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d13116 commit 9d55648Copy full SHA for 9d55648
packages/core/src/codewhispererChat/controllers/chat/telemetryHelper.ts
@@ -53,7 +53,7 @@ import {
53
getDiagnosticsOfCurrentFile,
54
toIdeDiagnostics,
55
} from '../../../codewhisperer/util/diagnosticsUtil'
56
-import { Auth } from '../../../auth'
+import { Auth } from '../../../auth/auth'
57
58
export function logSendTelemetryEventFailure(error: any) {
59
let requestId: string | undefined
0 commit comments