mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
apply prettier
This commit is contained in:
parent
5def4dac12
commit
ccf36bc9df
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ export class MetadataService extends BaseService {
|
|||
}
|
||||
|
||||
private earliestDate(a: Date, b: Date) {
|
||||
return new Date(Math.min(a.valueOf(), b.valueOf()))
|
||||
return new Date(Math.min(a.valueOf(), b.valueOf()));
|
||||
}
|
||||
|
||||
private async getGeo(tags: ImmichTags, reverseGeocoding: SystemConfig['reverseGeocoding']) {
|
||||
|
|
Loading…
Reference in a new issue