Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siakmun-aws committed Jan 28, 2025
1 parent 97ad1d3 commit 34b539e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/core/src/amazonqDoc/session/sessionState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ export class DocCodeGenState extends BaseCodeGenState {

protected async startCodeGeneration(action: SessionStateAction, codeGenerationId: string): Promise<void> {
if (!action.tokenSource?.token.isCancellationRequested) {
;(action.messenger as DocMessenger).sendDocProgress(
this.tabID,
DocGenerationStep.SUMMARIZING_FILES,
0,
action.mode as Mode
)
action.messenger.sendDocProgress(this.tabID, DocGenerationStep.SUMMARIZING_FILES, 0, action.mode as Mode)
}

await this.config.proxyClient.startCodeGeneration(
Expand Down

0 comments on commit 34b539e

Please sign in to comment.