Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Oct 31, 2023
1 parent 9d5a7ca commit 37f604e
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 37f604e

Please sign in to comment.