diff --git a/src/App.jsx b/src/App.jsx index 47b68e3..94c4344 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -232,7 +232,7 @@ export default function App() { const poll = async () => { try { - const result = await rondevu.pollOffers(lastAnswerTimestamp); + const result = await rondevu.poll(lastAnswerTimestamp); // Process answers if (result.answers.length > 0) {