forked from crowetic/commerce
Hook fixes and update the customer after an operation
This commit is contained in:
@@ -43,8 +43,6 @@ const getLoggedInCustomer: CustomersHandlers['getLoggedInCustomer'] = async ({
|
||||
)
|
||||
const { customer } = data
|
||||
|
||||
console.log('CUSTOMER', customer)
|
||||
|
||||
if (!customer) {
|
||||
return res.status(400).json({
|
||||
data: null,
|
||||
|
Reference in New Issue
Block a user