Fix retries

This commit is contained in:
2026-01-18 19:30:06 +07:00
parent 452ea8e674
commit 9de6cc0545
2 changed files with 13 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ export default class PlaceRoute extends Route {
try {
const poi = await this.osm.getPoiById(id);
if (poi) {
console.debug('Found OSM POI:', poi);
// Map to our Place schema so the sidebar understands it
return {
title: poi.tags.name || poi.tags['name:en'] || 'Untitled Place',