From 5c0f512de5deeb09243d46d6296e6bf08afd15cd Mon Sep 17 00:00:00 2001 From: Joshua Taylor Keays <128968711+berlintay@users.noreply.github.com> Date: Sat, 10 Aug 2024 04:06:16 -0300 Subject: [PATCH] Update script.js --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index 690b322..5b557e3 100644 --- a/script.js +++ b/script.js @@ -15,7 +15,6 @@ document.addEventListener("DOMContentLoaded", function() { trendingContainer.appendChild(repoElement); }); }) - .catch(error => console.error('Error fetching GitHub trending data:', error)); // Function to update the current time display function updateTime() {