From a93524adf049299549e3f72f3815ec315e75504d Mon Sep 17 00:00:00 2001 From: SyniRon <66834451+SyniRon@users.noreply.github.com> Date: Sat, 2 Sep 2023 21:20:12 -0400 Subject: [PATCH] remove temp comment --- server/controllers/cacheManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/controllers/cacheManager.js b/server/controllers/cacheManager.js index 969ffa9..3b748c3 100644 --- a/server/controllers/cacheManager.js +++ b/server/controllers/cacheManager.js @@ -23,7 +23,6 @@ const updateCombatRosterCache = async () => { const updateReserveRosterCache = async () => { try { - // Replace this with your actual API call for rRequest const response = await axios('https://api.7cav.us/api/v1/roster/2', { headers: { Accept: 'application/json',