- Issue created by @Matroskeen
- Status changed to Needs review
over 1 year ago 9:00am 20 July 2023 - 🇮🇳India rohitsharma401
Removed Unused shopify_get_api_client() from ShopifyCollectionBatch class
ShopifyCollectionBatch
is calling shopify_get_api_client()
in the constructor and sets the result into client
property. Later on, this property is not used so it should be safe to remove it.
Needs review
2.0
Code
Removed Unused shopify_get_api_client() from ShopifyCollectionBatch class