From 1742dd0e1d2f194e0c21c75e172ac6397deddf9c Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 16 Sep 2024 11:43:30 +0300 Subject: [PATCH] new; --- osinaweb/osichat/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/osichat/api/views.py b/osinaweb/osichat/api/views.py index babf7229..e6babf11 100644 --- a/osinaweb/osichat/api/views.py +++ b/osinaweb/osichat/api/views.py @@ -69,7 +69,7 @@ def get_staffs(request): "last_seen": staff.get_last_seen } - return successRes(staff_data.data) + return successRes(staff_data)