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:
Martin 2024-03-19 05:28:38 +01:00
parent 72077952e7
commit 9d94448763

View file

@ -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