ciyidogan commited on
Commit
63ff2f9
·
verified ·
1 Parent(s): 0f5e454

Update admin_routes.py

Browse files
Files changed (1) hide show
  1. admin_routes.py +1 -1
admin_routes.py CHANGED
@@ -1068,7 +1068,7 @@ async def get_activity_log(
1068
  config = load_config()
1069
  logs = config.get("activity_log", [])
1070
 
1071
- # Return latest entries
1072
  return logs[-limit:]
1073
 
1074
  # ===================== Cleanup Task =====================
 
1068
  config = load_config()
1069
  logs = config.get("activity_log", [])
1070
 
1071
+ # Return latest entries (format as paginated response if needed)
1072
  return logs[-limit:]
1073
 
1074
  # ===================== Cleanup Task =====================