diff --git a/endpoints/Outliners-Staffs.post.py b/endpoints/Outliners-Staffs.post.py index ea33293..faaf1ea 100644 --- a/endpoints/Outliners-Staffs.post.py +++ b/endpoints/Outliners-Staffs.post.py @@ -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]) } - } \ No newline at end of file + \ No newline at end of file