fix(rnf): remove deprecated status attribute
This commit is contained in:
parent
92cc8bb415
commit
e4ac781b54
2 changed files with 1 additions and 2 deletions
|
@ -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:]]/, '')
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
"regionName":{ "type": "string" },
|
||||
"regionCode":{ "type": "string" }
|
||||
},
|
||||
"status": { "type": ["string", "null"] },
|
||||
"persons": { "type": "array" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue