Handle errors in Amazon API

This commit is contained in:
Jonathan Cremin 2018-04-08 17:22:19 +01:00
parent b0fcf55071
commit 3428986268
3 changed files with 70 additions and 58 deletions

View file

@ -20,7 +20,7 @@ const query = {
{ model: models.match },
],
order: [
['updatedAt', 'DESC'],
['createdAt', 'DESC'],
],
};