Commit 3960a5a2 authored by Ciro Santilli's avatar Ciro Santilli

Remove assignment without effect.

parent a3d90c50
...@@ -411,7 +411,7 @@ module SharedPaths ...@@ -411,7 +411,7 @@ module SharedPaths
end end
def project def project
project = Project.find_by!(name: "Shop") Project.find_by!(name: 'Shop')
end end
# ---------------------------------------- # ----------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment