mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(cli): missing dep in immich cli (#2094)
* fix: missing dep in immich cli * fix: imports
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user