mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reformat code
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user