tech(clean): drop unusable task (i'm not able to use my own csv_collection for task maintenance [that the expected format?, who knows]). now use https://github.com/demarches-simplifiees/demarches-simplifiees.fr/pull/10139, takes an array of procedure, find dossiers with missing champs, run the fixer.
This commit is contained in:
parent
72077952e7
commit
9d94448763
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Maintenance
|
||||
class AddDossiersMissingChampsTask < MaintenanceTasks::Task
|
||||
csv_collection
|
||||
|
||||
def process(row)
|
||||
DataFixer::DossierChampsMissing.new(dossier: row["dossier_id"]).fix
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue