Skip to content

Commit

Permalink
Fix/yielded objects (#3669)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Klopper <[email protected]>
Co-authored-by: Jeroen Dekkers <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2024
1 parent 14467d3 commit 825a173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocky/rocky/views/task_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_context_data(self, **kwargs):


class NormalizerTaskJSONView(TaskDetailView):
task_type = "normalizer"
plugin_type = "normalizer"

def get(self, request, *args, **kwargs) -> JsonResponse | HttpResponse:
Expand Down

0 comments on commit 825a173

Please sign in to comment.