pranav8tripathi@gmail.com commited on
Commit
4a4704b
·
1 Parent(s): 3734a5d

fixed downloading issue

Browse files
Files changed (1) hide show
  1. src/components/ChatInterface.tsx +1 -1
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] Failed to download JSON:', e);
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