Skip to content

Commit

Permalink
Small renaming in upvs.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
luciajanikova committed Nov 7, 2023
1 parent 1477e77 commit 7e93a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/upvs.rake
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
namespace :upvs do
desc 'Sync all public authority eDesks'
task 'all_public_authority_edesks:sync' => :environment do
task 'public_authority_edesks:sync' => :environment do
Upvs::FindPublicAuthorityEdeskListJob.perform_later
end

desc 'Sync public authority eDesks'
task 'public_authority_edesks:sync' => :environment do
task 'public_authority_active_edesks:sync' => :environment do
Upvs::FindPublicAuthorityActiveEdeskListJob.perform_later
end

Expand Down

0 comments on commit 7e93a29

Please sign in to comment.