VRFS-3036 fixed typo referencing old constant SKILL_VAL_STRS
This commit is contained in:
parent
5d8ba22172
commit
4f897fc6aa
|
|
@ -205,7 +205,7 @@ module JamRuby
|
|||
when BAND_TYPE_VAL_STRS[1]
|
||||
rel.where(band_type: BAND_TYPE_VAL_STRS[1])
|
||||
when BAND_TYPE_VAL_STRS[2]
|
||||
rel.where(band_type: SKILL_VAL_STRS[2])
|
||||
rel.where(band_type: BAND_TYPE_VAL_STRS[2])
|
||||
else
|
||||
rel
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue