From 55e847b063859318cef71e2b5614abef2db85d2a Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Thu, 20 Mar 2025 21:15:49 +0000 Subject: [PATCH] feat: Update endpoint Outliners-Staffs --- endpoints/Outliners-Staffs.post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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