Remove spaces, rearange tabs
This commit is contained in:
parent
a2905f0142
commit
4279fc76b8
2
yt.js
2
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;
|
||||||
@ -26,4 +25,3 @@ fetch(localURL)
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch((error)=> console.error("couldnt fetch data",error));
|
.catch((error)=> console.error("couldnt fetch data",error));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user