Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added enrolledMentees list api #475

Merged
merged 7 commits into from
Jan 17, 2024
Merged

added enrolledMentees list api #475

merged 7 commits into from
Jan 17, 2024

Conversation

nevil-mathew
Copy link
Collaborator

No description provided.


const cleanedAttendeesAccounts = mergedUserArray.map((user) => {
propertiesToDelete.forEach((property) => {
delete user[property]
Copy link
Collaborator

@rakeshSgr rakeshSgr Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nevil-mathew instead of deleting the property, is there any other way to get only required fields from table.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can have that, but few of the keys come from the user service. That's why I went with this flow.

@rakeshSgr rakeshSgr merged commit f509150 into develop Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants