refactor: Update to use poll() instead of pollOffers()

This commit is contained in:
2025-12-12 19:13:23 +01:00
parent d6b441e352
commit 5345ebb72f

View File

@@ -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) {