Commit 05c2f8f7 authored by John Red Medrano's avatar John Red Medrano

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

* commit 'eac690f5':
  fixing
parents 7a49764a eac690f5
......@@ -32,7 +32,7 @@ class DownloadRequest(XLSXFileMixin, ReadOnlyModelViewSet):
).distinct()
serializer = headers(data=data, many=True)
serializer.is_valid(reaise_exception=False)
serializer.is_valid(raise_exception=False)
return Response(serializer.data)
column_header = {
......
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