Skip to content

Commit 738d818

Browse files
committed
Fix: Fix failing lint check
1 parent f216106 commit 738d818

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/codewhispererChat/controllers/chat/messenger

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/controllers/chat/messenger/messenger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ export class Messenger {
587587
codeBlockActions:
588588
// eslint-disable-next-line unicorn/no-null, prettier/prettier
589589
toolUse?.name === ToolType.FsWrite || toolUse?.name === ToolType.ExecuteBash
590-
? { 'insert-to-cursor': null, copy: null }
590+
? { 'insert-to-cursor': undefined, copy: undefined }
591591
: undefined,
592592
},
593593
tabID

0 commit comments

Comments
 (0)