This commit is contained in:
David Arranz 2024-09-27 18:22:41 +02:00
parent 35aa6e5c09
commit 95ea44c5a5

View File

@ -96,6 +96,7 @@ async function _addMember(inscriptionDTO) {
resolve(result.ID);
})
.catch(function (error) {
console.log('error>>>>>', error);
reject(error);
});
//}