Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Nov 16, 2023
1 parent a1e8748 commit fbb66ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
mode: 'same-origin',
credentials: 'same-origin',
});

searchAbortController = new AbortController();

const { signal } = searchAbortController;

fetch(request, { signal })
Expand Down

0 comments on commit fbb66ff

Please sign in to comment.