Reformat code

This commit is contained in:
Cohee 2023-08-05 15:44:15 +03:00
parent ea809023b5
commit 58f7c77281

View File

@ -887,7 +887,7 @@ async function getStatus() {
// We didn't get a 200 status code, but the endpoint has an explanation. Which means it DID connect, but I digress. // We didn't get a 200 status code, but the endpoint has an explanation. Which means it DID connect, but I digress.
if (online_status == "no_connection" && data.response) { if (online_status == "no_connection" && data.response) {
toastr.error(data.response, "API Error", {timeOut: 5000, preventDuplicates:true}) toastr.error(data.response, "API Error", { timeOut: 5000, preventDuplicates: true })
} }
//console.log(online_status); //console.log(online_status);