fix(cojo): invalid accreditation should result in a blank champ
This commit is contained in:
parent
e2a9978c26
commit
95f7ca0f44
2 changed files with 32 additions and 3 deletions
|
@ -19,7 +19,7 @@ class Champs::COJOChamp < Champ
|
|||
end
|
||||
|
||||
def blank?
|
||||
accreditation_success.nil?
|
||||
accreditation_success != true
|
||||
end
|
||||
|
||||
def fetch_external_data?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue