Fix the build
This commit is contained in:
parent
2834705bd1
commit
864bdbd9b6
|
@ -40,7 +40,7 @@ class TranslationOverride < ActiveRecord::Base
|
|||
I18n.reload!
|
||||
MessageBus.publish('/i18n-flush', refresh: true)
|
||||
|
||||
keys.each do |key|
|
||||
keys.flatten.each do |key|
|
||||
return if expire_cache(key)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue