mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 10:18:48 +00:00
Fixed missing bracket
This commit is contained in:
parent
13fcd9b3ab
commit
ce8ee36354
@ -37,6 +37,7 @@ exports.updateProfileInfo = (req, res) => {
|
|||||||
error: 'Error updating profile data'
|
error: 'Error updating profile data'
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
};
|
||||||
|
|
||||||
exports.getUserDetails = (req, res) => {
|
exports.getUserDetails = (req, res) => {
|
||||||
let userData = {};
|
let userData = {};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user