fix(server): album repo unused variable (#1831)
This commit is contained in:
parent
08b221c270
commit
2a3235f606
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { AlbumEntity, AssetEntity, UserEntity } from '@app/infra';
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { InjectRepository } from '@nestjs/typeorm';
|
||||
import { Repository, Not, IsNull, FindManyOptions, In } from 'typeorm';
|
||||
import { Repository, Not, IsNull, FindManyOptions } from 'typeorm';
|
||||
import { AddAssetsDto } from './dto/add-assets.dto';
|
||||
import { AddUsersDto } from './dto/add-users.dto';
|
||||
import { CreateAlbumDto } from './dto/create-album.dto';
|
||||
|
|
Loading…
Reference in a new issue