Skip to content

Commit

Permalink
oops, forgot to make .unhook public
Browse files Browse the repository at this point in the history
  • Loading branch information
FurriousFox committed Aug 31, 2024
1 parent c2c4e49 commit c61e080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/browser.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,5 @@ function unhook() {

if (window?.sfetch == undefined) window.fetch = fetch;
window.sfetch = fetch;
fetch.config = config;
fetch.config = config;
fetch.unhook = unhook;

0 comments on commit c61e080

Please sign in to comment.