We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003b115 commit 09e0299Copy full SHA for 09e0299
app/models/runtime/package_model.rb
@@ -39,7 +39,7 @@ def after_update
39
super
40
return unless column_changed?(:state)
41
42
- BitsExpiration.new.expire_packages!(app) if ready? or failed?
+ BitsExpiration.new.expire_packages!(app) if ready? || failed?
43
end
44
45
def validate
0 commit comments