Skip to content

Commit

Permalink
fix(javascript): remove mode from Fetch requester
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#1475

Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Apr 19, 2023
1 parent 755a212 commit 895d94c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/requester-fetch/src/createFetchRequester.ts
Expand Up @@ -39,7 +39,6 @@ export function createFetchRequester({
fetchRes = await fetch(request.url, {
method: request.method,
body: request.data || null,
mode: 'cors',
redirect: 'manual',
signal,
...requesterOptions,
Expand Down

0 comments on commit 895d94c

Please sign in to comment.