Skip to content

Commit

Permalink
Merge pull request #4 from taptorestart/clean_codes
Browse files Browse the repository at this point in the history
CLN: Remove unused code
  • Loading branch information
taptorestart authored May 14, 2023
2 parents 0e6a8d9 + 6b53368 commit 40b1a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/apps/forms/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def download(self, request):
raise Http404()
slug = request.GET.get("form__slug")
task = download_xlsx.delay(slug)
# task = download_xlsx(slug)
return JsonResponse({"task": task.id}, status=status.HTTP_202_ACCEPTED)

def download_status(self, request):
Expand Down

0 comments on commit 40b1a91

Please sign in to comment.