Modificación de usuario
This commit is contained in:
parent
b547719463
commit
1738cce3d7
@ -145,7 +145,7 @@ async function syncronizeEventWithMarketingList(eventId) {
|
||||
}
|
||||
|
||||
|
||||
async function userToMarktingDTO(user) {
|
||||
function userToMarktingDTO(user) {
|
||||
const result = {};
|
||||
result.email = user.email;
|
||||
result.name = user.name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user