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 1fd35af commit 597a92dCopy full SHA for 597a92d
packages/core/src/amazonqFeatureDev/session/sessionState.ts
@@ -372,7 +372,7 @@ export class CodeGenState extends CodeGenBase implements SessionState {
372
this.codeGenerationTotalIterationCount,
373
action.uploadHistory,
374
codeGenerationId,
375
- action.tokenSource,
+ this.tokenSource,
376
this.currentCodeGenerationId
377
)
378
return {
0 commit comments