This commit is contained in:
David Arranz 2019-09-02 17:37:00 +02:00
parent a0b24cd956
commit 26f89aa0f2

View File

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