Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 5, 2021
1 parent 2cab3f3 commit e988f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/exports_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def repositories
end

def import_dois_not_indexed
ImportDoisNotIndexJob.perform_later(nil)
ImportDoisNotIndexedJob.perform_later(nil)
render plain: "OK",
status: 202,
content_type: "text/plain"
Expand Down

0 comments on commit e988f0b

Please sign in to comment.