mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Fix test
This commit is contained in:
parent
4f7e764fa0
commit
82b8313da0
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue