File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/src/codewhisperer/service/transformByQ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import * as CodeWhispererConstants from '../../models/constants'
2020import { createCodeWhispererChatStreamingClient } from '../../../shared/clients/codewhispererChatClient'
2121import { ChatSessionManager } from '../../../amazonqGumby/chat/storages/chatSession'
2222import { setContext } from '../../../shared/vscode/setContext'
23- import { codeWhispererClient } from '../../indexNode '
23+ import * as codeWhisperer from '../../client/codewhisperer '
2424
2525export abstract class ProposedChangeNode {
2626 abstract readonly resourcePath : string
@@ -408,7 +408,7 @@ export class ProposedTransformationExplorer {
408408 const metricsPath = path . join ( pathContainingArchive , ExportResultArchiveStructure . PathToMetrics )
409409 const metricsData = JSON . parse ( fs . readFileSync ( metricsPath , 'utf8' ) )
410410
411- await codeWhispererClient . sendTelemetryEvent ( {
411+ await codeWhisperer . codeWhispererClient . sendTelemetryEvent ( {
412412 telemetryEvent : {
413413 transformEvent : {
414414 jobId : transformByQState . getJobId ( ) ,
You can’t perform that action at this time.
0 commit comments