Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Oct 7, 2024
1 parent 61424e2 commit 0ae996b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion server/src/repositories/search.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { asVector, searchAssetBuilder } from 'src/utils/database';
import { Instrumentation } from 'src/utils/instrumentation';
import { Paginated, PaginationResult, paginatedBuilder } from 'src/utils/pagination';
import { isValidInteger } from 'src/validation';
import { Repository, SelectQueryBuilder } from 'typeorm';
import { Repository } from 'typeorm';

@Instrumentation()
@Injectable()
Expand Down
1 change: 0 additions & 1 deletion server/src/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export function searchAssetBuilder(
withPeople,
withSmartInfo,
personIds,
withExif,
withStacked,
trashedAfter,
trashedBefore,
Expand Down

0 comments on commit 0ae996b

Please sign in to comment.