test: clean SGS hall POI smoke script

This commit is contained in:
lyf
2026-06-29 23:37:34 +08:00
parent 5478986d9a
commit ec6f656832
2 changed files with 22 additions and 1 deletions

View File

@@ -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)