Skip to content

Commit 6337a6d

Browse files
Merge pull request #13 from philipabak/update-issue
update issue
2 parents 0e4c2a2 + 6f17f2e commit 6337a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/controllers/products_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ class ProductsController < AuthenticatedController
55
def count
66
product_count = ShopifyAPI::Product.count.body
77
ShopifyAPI::Logger.info("Retrieved product count: #{product_count["count"]}")
8+
# logger.info("Retrieved productcount: #{error}")
89
render(json: product_count)
910
end
1011

1112
# POST /api/products
1213
def create
1314
ProductCreator.call(count: 5, session: current_shopify_session)
14-
1515
success = true
1616
error = nil
1717
status_code = 200

0 commit comments

Comments
 (0)