diff --git a/src/util/report.js b/src/util/report.js index 3d0d4ac..6d0d07f 100644 --- a/src/util/report.js +++ b/src/util/report.js @@ -10,7 +10,6 @@ export const base = "https://api.mangadex.network/"; * @param {boolean} body.cached */ async function report(body) { - body.duration = parseInt(body.duration); const resp = await fetch(base + "report", { method: "POST", headers: {