diff --git a/mods/jsdelivr.js b/mods/jsdelivr.js index 3866ddf..75fdda2 100644 --- a/mods/jsdelivr.js +++ b/mods/jsdelivr.js @@ -17,9 +17,9 @@ async function handelJsdelivr({ rank } = await resp.json(); - + //console.log("👉:",resp.status,rank,total,":👈") - + switch (topic) { @@ -41,8 +41,8 @@ async function handelJsdelivr({ color: 'ff5627' } } - - } else {return errBadge;} + + } else { return { subject: "Response " + resp.status, status: resp.statusText, labelColor: "grey" } } }