mirror of
https://github.com/danbulant/Mangades
synced 2026-07-07 12:00:36 +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
|
* @param {boolean} body.cached
|
||||||
*/
|
*/
|
||||||
async function report(body) {
|
async function report(body) {
|
||||||
body.duration = parseInt(body.duration);
|
|
||||||
const resp = await fetch(base + "report", {
|
const resp = await fetch(base + "report", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue