Skip to content

Commit

Permalink
reenable fetch overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Dec 6, 2024
1 parent f4189c4 commit 48ed6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function windowMessageListener(message: MessageEvent) {

function init(): void {
window.addEventListener("message", windowMessageListener);
// overwriteFetch();
overwriteFetch();
}

init();

0 comments on commit 48ed6b2

Please sign in to comment.