From a681736bb3df47b4046a59448e5f840974068832 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 26 Sep 2024 10:22:20 +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 cc99f16c..8d717fe0 100644 --- a/osinaweb/osichat/api/views.py +++ b/osinaweb/osichat/api/views.py @@ -47,7 +47,7 @@ def get_dms(request): chat_rooms_data.append(chat_room_data) - return successRes(data=chat_rooms_data) + return successRes(chat_rooms_data) except TokenError as terr: return errorRes(msg=str(terr), status=450) except Exception as e: