Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Oct 3, 2023
1 parent 1266b1f commit 0172e97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mods/jsdelivr.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ async function handelJsdelivr({
rank
} = await resp.json();


//console.log("๐Ÿ‘‰:",resp.status,rank,total,":๐Ÿ‘ˆ")


switch (topic) {

Expand All @@ -41,8 +41,8 @@ async function handelJsdelivr({
color: 'ff5627'
}
}
} else {return errBadge;}

} else { return { subject: "Response " + resp.status, status: resp.statusText, labelColor: "grey" } }

}

Expand Down

0 comments on commit 0172e97

Please sign in to comment.