Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NvdLaan committed Nov 18, 2024
1 parent f19d7fc commit d3b9c96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions app/apps/decisions/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@

class DecisionsConfig(AppConfig):
name = "apps.decisions"

def ready(self):
import apps.decisions.signals # noqa
36 changes: 0 additions & 36 deletions app/apps/decisions/signals.py

This file was deleted.

1 change: 0 additions & 1 deletion app/apps/workflow/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ def complete_task(self, request):
)
from .task_completion import complete_user_task

# completed_task = GenericCompletedTask.objects.create(data)
response = complete_user_task(data)
return Response(response)
return Response(status=status.HTTP_400_BAD_REQUEST)

0 comments on commit d3b9c96

Please sign in to comment.