sending the date of birth of user under the host getbyid api

This commit is contained in:
2026-03-25 15:16:49 +05:30
parent e4a2a04045
commit 8f5f01c287
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Legacy monolith config. For new deployments use serverless.*.yml files. # Legacy monolith config. For new deployments use serverless.*.yml files.
service: minglarDev service: minglar
useDotenv: true useDotenv: true

View File

@@ -518,6 +518,7 @@ export class HostService {
select: { select: {
id: true, id: true,
emailAddress: true, emailAddress: true,
dateOfBirth: true,
firstName: true, firstName: true,
lastName: true, lastName: true,
mobileNumber: true, mobileNumber: true,