diff --git a/public/script.js b/public/script.js index 883e69d23..59d60b325 100644 --- a/public/script.js +++ b/public/script.js @@ -818,8 +818,7 @@ $.ajaxPrefilter((options, originalOptions, xhr) => { /** * Pings the STserver to check if it is reachable. - * @returns {Promise} True if the server is reachable. - * @throws {Error} If the server is unreachable. + * @returns {Promise} True if the server is reachable, false otherwise. */ export async function pingServer() { try {