Skip to content

Commit 62b06d0

Browse files
committed
Fix comments
1 parent 2a63085 commit 62b06d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/lib/copilot/tools/client/workflow/edit-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class EditWorkflowClientTool extends BaseClientTool {
178178
async handleReject(): Promise<void> {
179179
const logger = createLogger('EditWorkflowClientTool')
180180
logger.info('handleReject called', { toolCallId: this.toolCallId, state: this.getState() })
181-
// Tool was already marked complete in execute() - this is for UI state
181+
// Tool was already marked complete in execute() - this is just for UI state
182182
this.setState(ClientToolCallState.rejected)
183183
}
184184

0 commit comments

Comments
 (0)