feat: Update endpoint Outliners-Staffs

This commit is contained in:
Backend IM Bot 2025-03-20 21:15:49 +00:00
parent 4a93c64a1b
commit 55e847b063

View File

@ -31,4 +31,4 @@ async def outliners_staffs_handler(
"created_at": "demo_timestamp",
"department_count": len([s for s in fake_users_db.values() if isinstance(s, dict) and s.get("department") == department])
}
}