Skip to content

Commit c01acc3

Browse files
aseembits93Codeflash Bot
authored andcommitted
should work
1 parent ad4c724 commit c01acc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/lsp/features/perform_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@ def sync_perform_optimization(server: CodeflashLanguageServer, cancel_event: thr
136136
"patch_file": str(patch_path),
137137
"task_id": params.task_id,
138138
"explanation": best_optimization.explanation_v2,
139-
"optimization_review": best_optimization.optimization_review,
139+
"optimization_review": function_optimizer.optimization_review,
140140
}

0 commit comments

Comments
 (0)