From 6fab8e4101ce552be259557f2b2536cfd7d3e2f1 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Wed, 14 Aug 2024 20:27:24 -0400 Subject: [PATCH] 7 --- src/assets/hestia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {