habulaj commited on
Commit
d0a844a
·
verified ·
1 Parent(s): c77e47c

Update routes/stylist.py

Browse files
Files changed (1) hide show
  1. routes/stylist.py +1 -1
routes/stylist.py CHANGED
@@ -258,7 +258,7 @@ def format_subscription_date(created_at_str: str) -> str:
258
  return "Unknown date"
259
 
260
  def get_active_subscribers(user_id: str, page: int) -> Dict[str, Any]:
261
- limit = 30
262
  offset = page * limit
263
 
264
  # Ordenar por created_at em ordem decrescente (mais recente primeiro)
 
258
  return "Unknown date"
259
 
260
  def get_active_subscribers(user_id: str, page: int) -> Dict[str, Any]:
261
+ limit = 3
262
  offset = page * limit
263
 
264
  # Ordenar por created_at em ordem decrescente (mais recente primeiro)