OMG FINALY WORKING LIVE TEXT

This commit is contained in:
YasinOnm08 2024-09-24 10:58:14 +02:00
parent d037439b4c
commit 37177a7856
3 changed files with 6 additions and 2 deletions

View file

@ -29,6 +29,6 @@ const fetchData = () => {
.catch(error => {
console.log('Error fetching data:', error);
postMessage({error:"failed fetching data"})
setTimeout(() => fetchData(),1000)
})
}