1
0
Fork 0
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:
Chuckame 2024-12-25 22:22:52 +00:00
parent 5def4dac12
commit ccf36bc9df
No known key found for this signature in database
GPG key ID: 82B863404F97E8C2

View file

@ -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']) {