Corregido error tipográfrico
This commit is contained in:
parent
923e61090c
commit
a0047308da
@ -145,7 +145,7 @@ async function syncronizeEventWithMarketingList(eventId) {
|
||||
}
|
||||
|
||||
|
||||
function userToMarktingDTO(user) {
|
||||
function userToMarketingDTO(user) {
|
||||
const result = {};
|
||||
result.email = user.email ? user.email : '';
|
||||
result.name = user.name ? user.name : '';
|
||||
@ -162,6 +162,6 @@ module.exports = {
|
||||
addMarketingList,
|
||||
_deleteMember,
|
||||
_generateMarketingDTO,
|
||||
userToMarktingDTO,
|
||||
userToMarketingDTO,
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user