diff --git a/app/models/champs/rnf_champ.rb b/app/models/champs/rnf_champ.rb index 9ebabe1b0..56850c55f 100644 --- a/app/models/champs/rnf_champ.rb +++ b/app/models/champs/rnf_champ.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class Champs::RNFChamp < Champ - store_accessor :data, :title, :email, :phone, :createdAt, :updatedAt, :dissolvedAt, :address, :status + store_accessor :data, :title, :email, :phone, :createdAt, :updatedAt, :dissolvedAt, :address def rnf_id external_id&.gsub(/[[:space:]]/, '') diff --git a/app/schemas/rnf.json b/app/schemas/rnf.json index 866821090..b17244751 100644 --- a/app/schemas/rnf.json +++ b/app/schemas/rnf.json @@ -30,7 +30,6 @@ "regionName":{ "type": "string" }, "regionCode":{ "type": "string" } }, - "status": { "type": ["string", "null"] }, "persons": { "type": "array" } } }