test: clean SGS hall POI smoke script
This commit is contained in:
@@ -136,7 +136,7 @@ const toHallPois = (spaces, navigablePlaces, fallbackFloorId) => {
|
||||
})
|
||||
})
|
||||
|
||||
hallSpaces.forEach((space, index) => {
|
||||
hallSpaces.forEach((space) => {
|
||||
const poiId = `hall-${space.id}`
|
||||
if (halls.has(poiId)) return
|
||||
const position = normalizeSpaceCenter(space)
|
||||
|
||||
Reference in New Issue
Block a user