mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: eslint 10 (#26490)
This commit is contained in:
@@ -169,7 +169,7 @@ export class MetadataService extends BaseService {
|
||||
this.logger.log(`Initialized local reverse geocoder`);
|
||||
} catch (error: Error | any) {
|
||||
this.logger.error(`Unable to initialize reverse geocoding: ${error}`, error?.stack);
|
||||
throw new Error(`Metadata service init failed`);
|
||||
throw new Error('Metadata service init failed', { cause: error });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user