diff --git a/app/components/Pterodactyl/files.tsx b/app/components/Pterodactyl/files.tsx index e8a1f83..d660b4a 100644 --- a/app/components/Pterodactyl/files.tsx +++ b/app/components/Pterodactyl/files.tsx @@ -26,9 +26,6 @@ export default function files(pterodactyl: any) { throw new Error(`HTTP error! status: ${response.status}`); } console.log(response); - if (response.ok) { - // fetchFiles(); - } } catch (error) { console.error("Error fetching data:", error); }