Skip to content

Commit 613d245

Browse files
committed
eslint -fix
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 7b0c89f commit 613d245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend-interface/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const DSASolutionInterface = () => {
102102
setSpaceComplexity(data.space_complexity || "O(1)");
103103
setEditorCode(cleanCode);
104104
} catch (error) {
105-
105+
console.error(error);
106106
try {
107107

108108
const response = await fetch("https://learn-coding-with-copilotkit.onrender.com/copilotkit", {

0 commit comments

Comments
 (0)