Okay that's about everything

This commit is contained in:
benbot 2023-10-25 23:19:22 -04:00
parent 023ad47ae4
commit d094ff036f
19 changed files with 236 additions and 79 deletions

View file

@ -20,7 +20,7 @@ defmodule EzcontainerRailwayWeb.RailwayCheck do
end
conn
|> put_session(:project_id, p)
|> put_session(:project_id, p.id)
end
end
end