Skip to content

Commit 544aafa

Browse files
author
David Hasani
committed
fix lint error
1 parent 3f5b7f9 commit 544aafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformationResultsViewProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-
codeWhispererClient.sendTelemetryEvent({
411+
await codeWhispererClient.sendTelemetryEvent({
412412
telemetryEvent: {
413413
transformEvent: {
414414
jobId: transformByQState.getJobId(),

0 commit comments

Comments
 (0)