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 e604672 commit 675c623Copy full SHA for 675c623
packages/core/src/amazonqFeatureDev/session/sessionState.ts
@@ -331,7 +331,7 @@ export class CodeGenState extends CodeGenBase implements SessionState {
331
this.currentIteration + 1,
332
this.codeGenerationRemainingIterationCount,
333
this.codeGenerationTotalIterationCount,
334
- action.tokenSource,
+ this.tokenSource,
335
this.currentCodeGenerationId
336
)
337
return {
0 commit comments