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: {