Skip to content

Commit 4cad117

Browse files
committed
Adds explicit type to generate-rebase result object
(#4502, #4510)
1 parent 00bc496 commit 4cad117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plus/ai/aiProviderService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ export class AIProviderService implements Disposable {
10641064
return {
10651065
...rq,
10661066
...result,
1067+
type: 'generate-rebase',
10671068
};
10681069
}
10691070

0 commit comments

Comments
 (0)