refactor: fix identation issue
This commit is contained in:
parent
96bad31317
commit
21d8c52ab1
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ async function updateCustomer (id, data, userToken) {
|
|||
.then(res => updateSubscriberData(id, res, userToken))
|
||||
.catch(logger.error)
|
||||
}
|
||||
invalidateCustomerNotifications(id, formattedData)
|
||||
return getCustomerById(id)
|
||||
invalidateCustomerNotifications(id, formattedData)
|
||||
return getCustomerById(id)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue