Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Feb 3, 2024
1 parent 37e506a commit d8543c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/infra/repositories/database.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { Injectable } from '@nestjs/common';
import { InjectDataSource } from '@nestjs/typeorm';
import AsyncLock from 'async-lock';
import { DataSource, EntityManager, QueryRunner } from 'typeorm';
import { ImmichLogger } from '../logger';
import { isValidInteger } from '../infra.utils';
import { ImmichLogger } from '../logger';

@Injectable()
export class DatabaseRepository implements IDatabaseRepository {
Expand Down

0 comments on commit d8543c6

Please sign in to comment.