fix(PopulateRnaJsonValue): some procedure had been deleted, can not find them

This commit is contained in:
mfo 2024-08-21 18:02:01 +02:00
parent 22e50d4c9e
commit 53cbb1cace
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC

View file

@ -16,7 +16,9 @@ module Maintenance
return if data.blank?
champ.update(value_json: APIGeoService.parse_rna_address(data['adresse']))
rescue URI::InvalidURIError
# some data raise this error
# some Champs::RNAChamp contain spaces which raise this error
rescue ActiveRecord::RecordNotFound
# some Champs::RNAChamp procedure had been soft deleted
end
def count