Skip to content

Commit d3eb802

Browse files
xyOz-devdaniel-lxs
authored andcommitted
forgot to run linter
1 parent fb6738f commit d3eb802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
12681268
const autoApprove = async () => {
12691269
if (lastMessage?.ask && isAutoApproved(lastMessage)) {
12701270
if (lastMessage.ask === "tool" && isWriteToolAction(lastMessage)) {
1271-
await new Promise<void>((resolve, _reject) => {
1271+
await new Promise<void>((resolve) => {
12721272
autoApproveTimeoutRef.current = setTimeout(resolve, writeDelayMs)
12731273
})
12741274
}

0 commit comments

Comments
 (0)