From 83ee0e006fd33a5a15c146af949049d1200dd99f Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 25 May 2021 16:06:25 +0200 Subject: [PATCH] don't round --- src/util/report.js | 1 - 1 file changed, 1 deletion(-) 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: {