fix(maintenance): dossiers missing champs fixer invokation
This commit is contained in:
parent
5b524e9000
commit
c9b9338f6e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Maintenance
|
|||
csv_collection
|
||||
|
||||
def process(row)
|
||||
DataFixer::DossierChampsMissing(dossier: row["dossier_id"]).fix
|
||||
DataFixer::DossierChampsMissing.new(dossier: row["dossier_id"]).fix
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue