From db4349265958963461712a9e10bdea214b5c31b1 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 25 May 2021 16:25:31 +0200 Subject: [PATCH] turn off reports --- src/util/report.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/report.js b/src/util/report.js index 4e0e6b9..01168ba 100644 --- a/src/util/report.js +++ b/src/util/report.js @@ -10,6 +10,7 @@ export const base = "https://api.mangadex.network/"; * @param {boolean} body.cached */ async function report(body) { + return; await fetch(base + "report", { method: "POST", headers: {