Logging
This commit is contained in:
@@ -30,7 +30,7 @@ export async function fetchServer<T = unknown>(
|
||||
|
||||
return res.json();
|
||||
} catch (error) {
|
||||
//console.error(`Server request to ${endpoint} failed:`, error);
|
||||
console.error(`Server request to ${endpoint} failed:`, error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user