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 6b43e25 commit 3c39714Copy full SHA for 3c39714
packages/core/src/codewhisperer/service/transformByQ/transformApiHandler.ts
@@ -206,7 +206,7 @@ export async function stopJob(jobId: string) {
206
207
try {
208
await codeWhisperer.codeWhispererClient.codeModernizerStopCodeTransformation({
209
- transformationJobId: 'aeac96c3-861f-4d85-9b5f-081c9dc6b481',
+ transformationJobId: jobId,
210
})
211
} catch (e: any) {
212
getLogger().error(`CodeTransformation: StopTransformation error = %O`, e)
0 commit comments