This commit is contained in:
David Arranz 2019-09-02 17:38:49 +02:00
parent 26f89aa0f2
commit 1518953416

View File

@ -80,6 +80,7 @@ console.log('>>>>>>>>>>>>>>>>>>>>>>>>><resultado _updateConfirmedEvent', result)
where: { id: eventId }
})
.then(function (result) {
console.log('>>>>>>>>>>>>>>>>>>>>>>>>><resultado _updateSoldOutEvent', result);
if (result)
resolve((result[0] === 1))
else