Fixing nextjs linting shenanigans, fixed datetime, remove random Ad.patreon remove logs
This commit is contained in:
@@ -32,7 +32,6 @@ export async function fetchFromAPI<T>(
|
||||
throw new Error(errorData.message || `API fetch error (status: ${response.status})`);
|
||||
}
|
||||
const responseJson = await response.json();
|
||||
console.log(responseJson)
|
||||
return responseJson;
|
||||
} catch (error) {
|
||||
console.error("Fetch error:", error);
|
||||
|
||||
Reference in New Issue
Block a user