woocommerce / woocommerce-rest-api-js-lib

New JavaScript library for WooCommerce REST API
https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api
MIT License
282 stars 75 forks source link

Remove unnecessary instance check in the constructor #135

Open Ajeandon opened 7 months ago

Ajeandon commented 7 months ago

Refactored the WooCommerceRestApi class constructor to remove the unnecessary instance check. In modern JavaScript classes, the new keyword is required to create an instance of a class.

carmineconversano commented 5 months ago

please, make a pull request here: https://github.com/carmineconversano/woocommerce-rest-api-js-lib