Skip to content

Commit

Permalink
Merge pull request #3206 from tulibraries/MAN-1369-automated-event-sy…
Browse files Browse the repository at this point in the history
…ncing-issue

MAN-1369-automated-event-syncing-issue
  • Loading branch information
nomadicoder authored Jan 15, 2024
2 parents a1f14b6 + 76e1db1 commit 55dbf9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tasks/events_sync.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ namespace :sync do
desc "sync events"
task :events, [:path] => :environment do |t, args|
args.with_defaults(path: nil)
force = ENV.fetch("FORCE_SYNC", false)
SyncService::Events.call(events_url: args[:path], force:)
SyncService::Events.call(events_url: args[:path], force: true)
end
end

0 comments on commit 55dbf9b

Please sign in to comment.