Updates
This commit is contained in:
@@ -64,8 +64,6 @@ export default async function fetchApi<
|
||||
data = fetchData.json();
|
||||
} catch (error: any) {
|
||||
console.log("FetchAPI error #2:", error.message);
|
||||
console.log("fetchData =>", fetchData);
|
||||
console.log("fetchOptions =>", fetchOptions);
|
||||
data = null;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user