.
This commit is contained in:
parent
35aa6e5c09
commit
95ea44c5a5
@ -96,6 +96,7 @@ async function _addMember(inscriptionDTO) {
|
|||||||
resolve(result.ID);
|
resolve(result.ID);
|
||||||
})
|
})
|
||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
|
console.log('error>>>>>', error);
|
||||||
reject(error);
|
reject(error);
|
||||||
});
|
});
|
||||||
//}
|
//}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user