Skip to content

Commit

Permalink
fix(params): move wrong param
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Feb 2, 2023
1 parent b2dfa99 commit b492dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export function useConfig() {
'X-User-Id': userId ?? 'guest',
'Content-Type': 'application/json'
},
mode: 'no-cors',
crossDomain:true
}),
[publicApiKey, userId]
Expand Down

0 comments on commit b492dd6

Please sign in to comment.