mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
formatting
This commit is contained in:
parent
80853df98a
commit
36d9f40650
3 changed files with 8 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ import {
|
||||||
SearchStatisticsResponseDto,
|
SearchStatisticsResponseDto,
|
||||||
SearchSuggestionRequestDto,
|
SearchSuggestionRequestDto,
|
||||||
SmartSearchDto,
|
SmartSearchDto,
|
||||||
StatisticsSearchDto
|
StatisticsSearchDto,
|
||||||
} from 'src/dtos/search.dto';
|
} from 'src/dtos/search.dto';
|
||||||
import { Permission } from 'src/enum';
|
import { Permission } from 'src/enum';
|
||||||
import { Auth, Authenticated } from 'src/middleware/auth.guard';
|
import { Auth, Authenticated } from 'src/middleware/auth.guard';
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,12 @@ import { UserStatsQueryResponse } from 'src/repositories/user.repository';
|
||||||
import { BaseService } from 'src/services/base.service';
|
import { BaseService } from 'src/services/base.service';
|
||||||
import { asHumanReadable } from 'src/utils/bytes';
|
import { asHumanReadable } from 'src/utils/bytes';
|
||||||
import { mimeTypes } from 'src/utils/mime-types';
|
import { mimeTypes } from 'src/utils/mime-types';
|
||||||
import { isDuplicateDetectionEnabled, isFacialRecognitionEnabled, isOcrEnabled, isSmartSearchEnabled } from 'src/utils/misc';
|
import {
|
||||||
|
isDuplicateDetectionEnabled,
|
||||||
|
isFacialRecognitionEnabled,
|
||||||
|
isOcrEnabled,
|
||||||
|
isSmartSearchEnabled,
|
||||||
|
} from 'src/utils/misc';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class ServerService extends BaseService {
|
export class ServerService extends BaseService {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue