if (type === 'email') {
        await Customers.updateOne(
          { _id: customerId },
          {
            $set: { 'visitorContactInfo.email': value },