small changes

This commit is contained in:
Avad3 2024-07-12 18:03:51 -04:00
parent baccc82ab7
commit 14294d8279
3 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// ts throws an error if you dont do window.fetch
import { encodeUrl, rewriteHeaders } from "../bundle";
import { encodeUrl, rewriteHeaders } from "../../bundle";
window.fetch = new Proxy(window.fetch, {
apply(target, thisArg, argArray) {