oom issue

This commit is contained in:
2025-12-22 13:22:21 -08:00
parent 22513a967b
commit 5b8f309ad8
5 changed files with 170 additions and 190 deletions

View File

@@ -45,7 +45,7 @@ export class GoogleGeocodingService {
return null;
} catch (error) {
logger.error(
{ err: error, address },
{ err: error instanceof Error ? error.message : error, address },
'[GoogleGeocodingService] An error occurred while calling the Google Maps API.',
);
throw error; // Re-throw to allow the calling service to handle the failure (e.g., by falling back).