Skip to content

Commit

Permalink
Merge pull request #1598 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
[fix] role member sort
  • Loading branch information
adnankattekaden authored Nov 23, 2023
2 parents 0020451 + 65b6c9f commit 3133f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dashboard/roles/dash_roles_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from utils.response import CustomResponse
from utils.types import RoleType, WebHookActions, WebHookCategory
from utils.utils import CommonUtils, DiscordWebhooks

from . import dash_roles_serializer


Expand All @@ -32,6 +31,7 @@ def get(self, request):
{
"title": "title",
"description": "description",
"members": "members",
"updated_by": "updated_by__first_name",
"created_by": "created_by__first_name",
"updated_at": "updated_at",
Expand Down

0 comments on commit 3133f3d

Please sign in to comment.