fix: remove nonexistent width/height fields from render_floor/1
This commit is contained in:
@@ -98,8 +98,6 @@ defmodule Localiser.Web.Controllers.FloorController do
|
|||||||
%{
|
%{
|
||||||
id: floor.id,
|
id: floor.id,
|
||||||
name: floor.name,
|
name: floor.name,
|
||||||
width: floor.width,
|
|
||||||
height: floor.height
|
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user