diff --git a/web/app/common/fetcher.js b/web/app/common/fetcher.js index 777d8a74..1627014c 100644 --- a/web/app/common/fetcher.js +++ b/web/app/common/fetcher.js @@ -28,7 +28,6 @@ methods.forEach(method => { body = {}, withCredentials = false, overriddenApiBase = API_BASE, - siteId = siteId, } = (typeof data === 'string' ? { url: data } : data); const basename = `${BASE_URL}${overriddenApiBase}`;