Commit e79f5c1d authored by John Red Medrano's avatar John Red Medrano

Merge pull request #495 in RMS/api-main-service from red-develop to RMSv2

* commit '49f9b3cc':
  fixing bug
parents f176e396 49f9b3cc
......@@ -197,10 +197,6 @@ class BatchUploadViewSet(viewsets.ModelViewSet):
serializer.data
)
return self.get_paginated_response(message)
# return Response(
# {"message": message},
# status=status.HTTP_200_OK
# )
@transaction.atomic
def create(self, request, **kwargs):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment