mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(server): reverse geocoding crash loop (#2489)
This commit is contained in:
@@ -14,4 +14,5 @@ export interface ReverseGeocodeResult {
|
||||
export interface IGeocodingRepository {
|
||||
init(): Promise<void>;
|
||||
reverseGeocode(point: GeoPoint): Promise<ReverseGeocodeResult>;
|
||||
deleteCache(): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user