don't round

This commit is contained in:
Daniel Bulant 2021-05-25 16:06:25 +02:00
parent 4e9591b1d5
commit 83ee0e006f

View file

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