Fixed birthdate output
This commit is contained in:
@@ -7,6 +7,7 @@ const getClubMembers = async(req, res) => {
|
||||
if (showAll === null) {
|
||||
showAll = false;
|
||||
}
|
||||
console.log('-------------- clubid:', clubId);
|
||||
res.status(200).json(await MemberService.getClubMembers(userToken, clubId, showAll));
|
||||
} catch(error) {
|
||||
console.log('[getClubMembers] - Error: ', error);
|
||||
|
||||
Reference in New Issue
Block a user