Load nil
reasons from API correctly
This commit is contained in:
parent
40d3ab6a5d
commit
c5f33aaf99
@ -63,8 +63,8 @@ module DeprecateDisable
|
|||||||
end
|
end
|
||||||
|
|
||||||
def to_reason_string_or_symbol(string, type:)
|
def to_reason_string_or_symbol(string, type:)
|
||||||
if (type == :formula && FORMULA_DEPRECATE_DISABLE_REASONS.key?(string.to_sym)) ||
|
if (type == :formula && FORMULA_DEPRECATE_DISABLE_REASONS.key?(string&.to_sym)) ||
|
||||||
(type == :cask && CASK_DEPRECATE_DISABLE_REASONS.key?(string.to_sym))
|
(type == :cask && CASK_DEPRECATE_DISABLE_REASONS.key?(string&.to_sym))
|
||||||
return string.to_sym
|
return string.to_sym
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user