Skip to content

Commit

Permalink
Update src file
Browse files Browse the repository at this point in the history
  • Loading branch information
gbere committed Sep 6, 2023
1 parent b1a0c43 commit 9508602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LiveComponent/assets/src/Backend/RequestBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default class {
const fetchOptions: RequestInit = {};
fetchOptions.headers = {
Accept: 'application/vnd.live-component+html',
'X-Requested-With': 'XMLHttpRequest',
};

const totalFiles = Object.entries(files).reduce(
Expand Down

0 comments on commit 9508602

Please sign in to comment.