From 07333a2807fc23875a3ffa34f97ea0ff1e44d3d6 Mon Sep 17 00:00:00 2001 From: praschke Date: Thu, 17 Aug 2023 14:19:41 +0100 Subject: remove broken fetch(1, 2) 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. --- ext/js/background/request-builder.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ext') diff --git a/ext/js/background/request-builder.js b/ext/js/background/request-builder.js index eca7d0d3..663e242b 100644 --- a/ext/js/background/request-builder.js +++ b/ext/js/background/request-builder.js @@ -54,7 +54,6 @@ class RequestBuilder { * @returns {Promise} The response of the `fetch` call. */ async fetchAnonymous(url, init) { - fetch(1, 2); if (isObject(chrome.declarativeNetRequest)) { return await this._fetchAnonymousDeclarative(url, init); } -- cgit v1.2.3