Skip to content

Commit e4d99e9

Browse files
author
David Hasani
committed
fix lint
1 parent 0aefced commit e4d99e9

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
@@ -584,7 +584,7 @@ export class ProposedTransformationExplorer {
584584
})
585585

586586
vscode.commands.registerCommand('aws.amazonq.transformationHub.reviewChanges.rejectChanges', async () => {
587-
telemetry.codeTransform_submitSelection.run(async () => {
587+
await telemetry.codeTransform_submitSelection.run(async () => {
588588
diffModel.rejectChanges()
589589
await reset()
590590
telemetry.record({

0 commit comments

Comments
 (0)