Spaces:
Sleeping
Sleeping
pranav8tripathi@gmail.com commited on
Commit ·
4a4704b
1
Parent(s): 3734a5d
fixed downloading issue
Browse files
src/components/ChatInterface.tsx
CHANGED
|
@@ -130,7 +130,7 @@ const ChatInterface: React.FC<ChatInterfaceProps> = ({ onClose }) => {
|
|
| 130 |
sendMessage('/research_complete');
|
| 131 |
pushBotNotice('✅ JSON file downloaded');
|
| 132 |
} catch (e) {
|
| 133 |
-
console.error('[JSON]
|
| 134 |
}
|
| 135 |
};
|
| 136 |
|
|
|
|
| 130 |
sendMessage('/research_complete');
|
| 131 |
pushBotNotice('✅ JSON file downloaded');
|
| 132 |
} catch (e) {
|
| 133 |
+
console.error('[JSON]Failed to download JSON: ', e);
|
| 134 |
}
|
| 135 |
};
|
| 136 |
|