This commit is contained in:
wh1te909
2022-04-16 23:18:39 +00:00
parent c412839165
commit 56a0345260

View File

@@ -117,7 +117,7 @@ class GetAgents(APIView):
)
)
)
serializer = AgentTableSerializer(agents, many=True, context=ctx)
serializer = AgentTableSerializer(agents, many=True)
# if detail=false
else: