Fix market crash: remove stale toggle_product_like import
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 43s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 09:19:49 +00:00
parent f2d040c323
commit fe34ea8e5b

View File

@@ -1,3 +1,3 @@
from .product_operations import toggle_product_like, massage_full_product
from .product_operations import massage_full_product
__all__ = ["toggle_product_like", "massage_full_product"]
__all__ = ["massage_full_product"]