Merge remote-tracking branch 'upstream/master' into development

This commit is contained in:
Tomas Bures 2018-02-24 23:05:01 +01:00
commit 7750232716
18 changed files with 558 additions and 344 deletions

View file

@ -150,7 +150,6 @@ router.getAsync('/subscriptions/:listId', async (req, res) => {
});
});
router.getAsync('/lists/:email', async (req, res) => {
const lists = await subscriptions.getListsWithEmail(req.context, req.params.email);