stash apply

This commit is contained in:
2026-02-09 12:52:31 -05:00
parent a1c1a0c34e
commit be3ee9096b
2 changed files with 4 additions and 1 deletions
@@ -28,7 +28,6 @@ module Users
orders
orders.product_orders
]
#include_config << 'users' if @list.user_ids.size > 1
render json: @list, include: include_config, serializer: Users::ListSerializer, is_collection: false
end