Remove spaces, rearange tabs
This commit is contained in:
parent
a2905f0142
commit
4279fc76b8
4
yt.js
4
yt.js
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user