Skip to content

Commit

Permalink
remove broken fetch(1, 2)
Browse files Browse the repository at this point in the history
this line serves no purpose. the commit it was introduced in has the
message 'Document RequestBuilder' and is the only non-documentary line
in the commit.

related to #204.
  • Loading branch information
praschke committed Aug 17, 2023
1 parent 303c51b commit 07333a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/js/background/request-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class RequestBuilder {
* @returns {Promise<Response>} The response of the `fetch` call.
*/
async fetchAnonymous(url, init) {
fetch(1, 2);
if (isObject(chrome.declarativeNetRequest)) {
return await this._fetchAnonymousDeclarative(url, init);
}
Expand Down

0 comments on commit 07333a2

Please sign in to comment.