fix(after_party): BatchUpdateDatetimeValueJob -> BatchUpdateDatetimeValuesJob

This commit is contained in:
Paul Chavard 2023-01-17 16:40:34 +01:00
parent 736527b946
commit bb6c53abaa

View file

@ -5,7 +5,7 @@ namespace :after_party do
# Put your task implementation HERE.
Champs::DatetimeChamp.in_batches do |datetime_champs|
Migrations::BatchUpdateDatetimeValueJob.perform_later(datetime_champs.pluck(:id))
Migrations::BatchUpdateDatetimeValuesJob.perform_later(datetime_champs.pluck(:id))
end
# Update task as completed. If you remove the line below, the task will