mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 06:11:38 +00:00
don't round
This commit is contained in:
parent
4e9591b1d5
commit
83ee0e006f
1 changed files with 0 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue