This commit is contained in:
LukasNowy
2019-01-28 09:36:52 +01:00
parent 20bacf4bd7
commit 1579c199c3
2 changed files with 8 additions and 8 deletions

View File

@ -387,7 +387,7 @@ router.post("/donepurchases", (req, res) => {
.then(async function(decodedToken) {
uid = decodedToken.uid;
try {
res.status(200).send("test");
console.log("test");
}
catch(err) {