Remove spaces, rearange tabs

This commit is contained in:
ccppi 2024-03-14 21:46:12 +00:00
parent a2905f0142
commit 4279fc76b8

4
yt.js
View File

@ -14,7 +14,6 @@ fetch(localURL)
return res.json(); return res.json();
}) })
.then((data) => { .then((data) => {
for(let i=0;i<3;i++) //i in data.subscriptions) for(let i=0;i<3;i++) //i in data.subscriptions)
{ {
let open=null; let open=null;
@ -25,5 +24,4 @@ fetch(localURL)
catch(e) {InsertError(e.description);} catch(e) {InsertError(e.description);}
} }
}) })
.catch((error)=> console.error("couldnt fetch data",error)); .catch((error)=> console.error("couldnt fetch data",error));