Skip to content

Commit 9863db6

Browse files
committed
Fix
1 parent 6d29001 commit 9863db6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/core/src/amazonqDoc/session/sessionState.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,7 @@ export class DocCodeGenState extends BaseCodeGenState {
101101

102102
protected async startCodeGeneration(action: SessionStateAction, codeGenerationId: string): Promise<void> {
103103
if (!action.tokenSource?.token.isCancellationRequested) {
104-
;(action.messenger as DocMessenger).sendDocProgress(
105-
this.tabID,
106-
DocGenerationStep.SUMMARIZING_FILES,
107-
0,
108-
action.mode as Mode
109-
)
104+
action.messenger.sendDocProgress(this.tabID, DocGenerationStep.SUMMARIZING_FILES, 0, action.mode as Mode)
110105
}
111106

112107
await this.config.proxyClient.startCodeGeneration(

0 commit comments

Comments
 (0)