Skip to content

Commit

Permalink
tasks: remove deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Jun 20, 2024
1 parent ed30dbe commit 16d037e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invenio_workflows_ui/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def actions():
yield {
'_id': workflow_api_object.id,
'_index': index,
'_type': doc_type,
'_op_type': 'index',
'_source': body,
}
Expand Down

0 comments on commit 16d037e

Please sign in to comment.