fix(cli): missing dep in immich cli (#2094)

* fix: missing dep in immich cli

* fix: imports
This commit is contained in:
Jason Rasmussen
2023-03-28 12:29:20 -04:00
committed by GitHub
parent 0854737be2
commit da5a6d2272
22 changed files with 28 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import { AlbumEntity } from '@app/infra';
import { AlbumEntity } from '@app/infra/db/entities';
import { Inject, Injectable } from '@nestjs/common';
import { IAssetRepository } from '../asset';
import { AuthUserDto } from '../auth';