mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
40e079a247
commit
4b29bccc7c
36 changed files with 47 additions and 47 deletions
|
|
@ -2,6 +2,7 @@ import { BadRequestException, Inject, Injectable } from '@nestjs/common';
|
|||
import { OnEvent } from '@nestjs/event-emitter';
|
||||
import { instanceToPlain } from 'class-transformer';
|
||||
import _ from 'lodash';
|
||||
import { SystemConfigCore } from 'src/cores/system-config.core';
|
||||
import {
|
||||
ClientEvent,
|
||||
ICommunicationRepository,
|
||||
|
|
@ -23,7 +24,6 @@ import {
|
|||
supportedWeekTokens,
|
||||
supportedYearTokens,
|
||||
} from 'src/domain/system-config/system-config.constants';
|
||||
import { SystemConfigCore } from 'src/domain/system-config/system-config.core';
|
||||
import { LogLevel, SystemConfig } from 'src/infra/entities/system-config.entity';
|
||||
import { ImmichLogger } from 'src/infra/logger';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue