turn off reports

This commit is contained in:
Daniel Bulant 2021-05-25 16:25:31 +02:00
parent d25beb6b37
commit db43492659

View file

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