Fixed birthdate output

This commit is contained in:
Torsten Schulz
2024-10-24 13:01:00 +02:00
parent 55be40e310
commit d451ba494c
3 changed files with 9 additions and 4 deletions

View File

@@ -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);