From 21d8c52ab1e406fa07675402ad3097e7ccff5d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Tue, 8 Mar 2022 17:42:22 +0000 Subject: [PATCH] refactor: fix identation issue --- lib/customers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/customers.js b/lib/customers.js index d96b81de..0f68f1ed 100644 --- a/lib/customers.js +++ b/lib/customers.js @@ -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) } /**