diff --git a/src/assets/hestia.js b/src/assets/hestia.js index 0c08b12..57e02d2 100644 --- a/src/assets/hestia.js +++ b/src/assets/hestia.js @@ -5,7 +5,7 @@ window.onload = async function() { .then(response => { if (!response.ok) { throw new Error('Network response was not ok'); - + } return response.json(); // Parse the JSON data from the response }) .then(data => {