Skip to content

created new endpoint to get active accounts email and info#121

Open
valeriagrazzini wants to merge 3 commits intomainfrom
reminders
Open

created new endpoint to get active accounts email and info#121
valeriagrazzini wants to merge 3 commits intomainfrom
reminders

Conversation

@valeriagrazzini
Copy link
Copy Markdown
Collaborator

created new endpoint to get all the active accounts email


export const getActiveAccountsEmail = async (req: Request, res: Response) => {
const accounts = await AccountService.getActiveAccountsEmail();
console.log('accounts', accounts);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@valeriagrazzini cleanup! :)

@peterpolman
Copy link
Copy Markdown
Member

@valeriagrazzini You will get 12k accounts in the response on production, would that be ok?

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