Skip to content

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

Open
ghost wants to merge 3 commits intomainfrom
reminders
Open

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

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Sep 27, 2022

created new endpoint to get all the active accounts email

@ghost ghost requested a review from peterpolman September 27, 2022 10:00
Comment thread src/controllers/account/list.action.ts Outdated

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.

1 participant