Skip to content

Commit

Permalink
Bump CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jul 5, 2023
1 parent 4500c12 commit 85932a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useProfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const useProfile = (properties: ProfileProperties) => {
enabled && key,
async (argument: string) => {
const response = await fetch(argument, {
mode: 'no-cors',
method: 'GET',
});

Expand Down

0 comments on commit 85932a7

Please sign in to comment.