clean the code

This commit is contained in:
2024-08-31 19:15:27 +00:00
parent 40a5e22aec
commit bebf885de8

View File

@@ -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);
}