1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
This commit is contained in:
Alex Tran 2022-10-07 09:16:45 -05:00
parent 4f7e764fa0
commit 82b8313da0
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -20,7 +20,7 @@ import ffmpeg from 'fluent-ffmpeg';
import path from 'path';
import sharp from 'sharp';
import { Repository } from 'typeorm/repository/Repository';
import geocoder, { AddressObject, InitOptions } from 'local-reverse-geocoder';
import geocoder, { InitOptions } from 'local-reverse-geocoder';
import { getName } from 'i18n-iso-countries';
import { find } from 'geo-tz';
import * as luxon from 'luxon';