Skip to content

Commit

Permalink
fix(users): add uploads to data privacy mail 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Apr 30, 2020
1 parent 65d5054 commit 6e5d63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/users/controllers/users/users.data.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ exports.getMail = async (req, res) => {
const result = {
user: await UserService.get(req.user),
tasks: await TaskDataService.list(req.user),
uploads: await UploadDataService.list(req.user),
};

// send mail
Expand Down

0 comments on commit 6e5d63b

Please sign in to comment.