This commit is contained in:
“ciscodacunha” 2020-10-20 22:22:01 +02:00
parent 67f936889b
commit 8e39ae0a7b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ app.get("/send", async (req, res) => {
success: true
});
} else {
console.error(err);
console.error(error);
}
});
}