clean the code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user