Skip to content

Commit 46e366f

Browse files
committed
lint
1 parent 580a639 commit 46e366f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/app/inline/recommendationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class RecommendationService {
4747
) {
4848
// Record that a regular request is being made
4949
this.cursorUpdateRecorder?.recordCompletionRequest()
50-
let documentChangeParams = documentChangeEvent
50+
const documentChangeParams = documentChangeEvent
5151
? {
5252
textDocument: {
5353
uri: document.uri.toString(),

0 commit comments

Comments
 (0)