From 85932a7190214669fa16e67414fb0ee7c13db636 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 5 Jul 2023 02:39:41 +0000 Subject: [PATCH] Bump CORS --- src/hooks/useProfile.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/useProfile.ts b/src/hooks/useProfile.ts index c938c25..afc699d 100644 --- a/src/hooks/useProfile.ts +++ b/src/hooks/useProfile.ts @@ -79,7 +79,6 @@ export const useProfile = (properties: ProfileProperties) => { enabled && key, async (argument: string) => { const response = await fetch(argument, { - mode: 'no-cors', method: 'GET', });