Skip to content

Commit

Permalink
[FIX] Request to delete mobile user
Browse files Browse the repository at this point in the history
  • Loading branch information
31Nathan committed Nov 21, 2024
1 parent 08f972b commit 640153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/controllers/Mobile/cleandata.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const rentCtrl = require("./rent");
*/
exports.cleanUserData = async (res, userId, notificationsId) => {
await favCtrl.cleanUserFavorite(userId);
await userCtrl.cleanUserNotifications(res, notificationsId);
await userCtrl.cleanUserNotifications(notificationsId);
await ticketCtrl.cleanMobileUserTickets(res, userId);
await rentCtrl.returnAllUserRents(userId);
};

0 comments on commit 640153c

Please sign in to comment.