From 4279fc76b8e7b9ac3865c1ec7006658afa4fed66 Mon Sep 17 00:00:00 2001 From: ccppi Date: Thu, 14 Mar 2024 21:46:12 +0000 Subject: [PATCH] Remove spaces, rearange tabs --- yt.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yt.js b/yt.js index 7def871..f473682 100644 --- a/yt.js +++ b/yt.js @@ -14,7 +14,6 @@ fetch(localURL) return res.json(); }) .then((data) => { - for(let i=0;i<3;i++) //i in data.subscriptions) { let open=null; @@ -25,5 +24,4 @@ fetch(localURL) catch(e) {InsertError(e.description);} } }) - .catch((error)=> console.error("couldnt fetch data",error)); - + .catch((error)=> console.error("couldnt fetch data",error)); \ No newline at end of file