]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/relation.rb
Added new Danger labeling rule
[rails.git] / app / models / relation.rb
index f09647320004f99dc1734964a3e265ffb97b272e..69e2acfd19ce3222f425c9734d983ede7b630101 100644 (file)
@@ -234,7 +234,7 @@ class Relation < ApplicationRecord
       element = model.lock("for share").find_by(:id => m[1])
 
       # and check that it is OK to use.
-      raise OSM::APIPreconditionFailedError, "Relation with id #{id} cannot be saved due to #{m[0]} with id #{m[1]}" unless element&.visible? && element&.preconditions_ok?
+      raise OSM::APIPreconditionFailedError, "Relation with id #{id} cannot be saved due to #{m[0]} with id #{m[1]}" unless element&.visible? && element.preconditions_ok?
 
       hash[m[1]] = true
     end