Correction bug supprimant involontairement le parrain d'un utilisateur (suite).

This commit is contained in:
Fabrice PENHOËT 2020-09-10 11:26:45 +02:00
parent 7c8e38bfb9
commit 3239991037
1 changed files with 0 additions and 1 deletions

View File

@ -597,7 +597,6 @@ exports.modify = async (req, res, next) =>
else
req.body.GodfatherId=godFather.id;
}
console.log(req.body);
switch(req.connectedUser.User.status)
{
case "admin":