fix: remove nonexistent width/height fields from render_floor/1

This commit is contained in:
2026-05-13 14:42:14 +02:00
parent 25f411a3df
commit bb38871fd5
@@ -98,8 +98,6 @@ defmodule Localiser.Web.Controllers.FloorController do
%{
id: floor.id,
name: floor.name,
width: floor.width,
height: floor.height
}
end