chained promises and implemented short claimId check

This commit is contained in:
bill bittner 2017-07-17 13:16:11 -07:00
parent fcba780068
commit 8d4ae9ce3c
6 changed files with 136 additions and 60 deletions

View file

@ -36,7 +36,7 @@ module.exports = {
});
})
.catch(error => {
logger.error('sequelize error', error);
logger.error('Sequelize error', error);
});
},
sendGoogleAnalytics (action, headers, ip, originalUrl) {