mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
Remove debug fetch
This commit is contained in:
@@ -25,12 +25,3 @@ export const handleError: HandleClientError = Sentry.handleErrorWithSentry(
|
||||
};
|
||||
}
|
||||
);
|
||||
const originalFetch = window.fetch;
|
||||
|
||||
const customFetch = async (input, init = {}) => {
|
||||
init.credentials = 'include';
|
||||
console.log('adjusted => ', input);
|
||||
return originalFetch(input, init);
|
||||
};
|
||||
|
||||
window.fetch = customFetch;
|
||||
|
||||
Reference in New Issue
Block a user