chained promises and implemented short claimId check
This commit is contained in:
parent
fcba780068
commit
8d4ae9ce3c
6 changed files with 136 additions and 60 deletions
controllers
|
@ -36,7 +36,7 @@ module.exports = {
|
|||
});
|
||||
})
|
||||
.catch(error => {
|
||||
logger.error('sequelize error', error);
|
||||
logger.error('Sequelize error', error);
|
||||
});
|
||||
},
|
||||
sendGoogleAnalytics (action, headers, ip, originalUrl) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue