mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
Added successfully built docker-compose and cockerFile
This commit is contained in:
@@ -8,10 +8,7 @@ import { AuthUserDto } from '../../decorators/auth-user.decorator';
|
||||
|
||||
@Injectable()
|
||||
export class ImageOptimizeService {
|
||||
constructor(
|
||||
@InjectQueue('image') private imageQueue: Queue,
|
||||
@InjectQueue('machine-learning') private machineLearningQueue: Queue,
|
||||
) {}
|
||||
constructor(@InjectQueue('image') private imageQueue: Queue) {}
|
||||
|
||||
public async resizeImage(savedAsset: AssetEntity) {
|
||||
const job = await this.imageQueue.add(
|
||||
|
||||
Reference in New Issue
Block a user