Skip to content

Commit

Permalink
fix non existent pages for rav
Browse files Browse the repository at this point in the history
  • Loading branch information
apathania22 committed Jan 22, 2025
1 parent f61cb18 commit ba0ba50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sitecore-jss/src/native-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export class NativeDataFetcher {
init.method = init.body ? 'POST' : 'GET';
}

headers.set('Content-Type', 'application/json');
init.headers = headers;

return init;
Expand Down

0 comments on commit ba0ba50

Please sign in to comment.