2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

Fix 'list shopcart' #39

Closed kdokm closed 2 years ago

kdokm commented 2 years ago

I found that actually .all() is used by .find_item(), etc. So, I added a new class method .all_shopcart() to fix it.