fix : planner agent bug

This commit is contained in:
martin legrand
2025-04-24 13:23:17 +02:00
parent b9a954a058
commit 8b199869c7
3 changed files with 17 additions and 3 deletions
-1
View File
@@ -142,7 +142,6 @@ function App() {
console.log('Response:', res.data);
const data = res.data;
updateData(data);
fetchLatestAnswer();
} catch (err) {
console.error('Error:', err);
setError('Failed to process query.');