fix newsletter routing and service
This commit is contained in:
parent
6dcd650cad
commit
dad54c97ed
4 changed files with 12 additions and 13 deletions
|
@ -177,10 +177,6 @@ export async function synchronizeNewsletterById(req: Request, res: Response): Pr
|
|||
};
|
||||
await NewsletterCommandHandler.sync(syncNewsletter);
|
||||
|
||||
if (recipientsByQueryId) {
|
||||
// TODO! set all recipients to query selection
|
||||
}
|
||||
|
||||
res.sendStatus(204);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue