fix arg
This commit is contained in:
@@ -117,7 +117,7 @@ class GetAgents(APIView):
|
||||
)
|
||||
)
|
||||
)
|
||||
serializer = AgentTableSerializer(agents, many=True, context=ctx)
|
||||
serializer = AgentTableSerializer(agents, many=True)
|
||||
|
||||
# if detail=false
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user