Skip to content

Commit

Permalink
fix(server): schema generation (immich-app#4424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Oct 10, 2023
1 parent d8ecefa commit 99e9c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/src/domain/system-config/dto/system-config.dto.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { SystemConfigThumbnailDto, SystemConfigTrashDto } from '@app/domain/system-config';
import { SystemConfig } from '@app/infra/entities';
import { Type } from 'class-transformer';
import { IsObject, ValidateNested } from 'class-validator';
Expand All @@ -10,6 +9,8 @@ import { SystemConfigOAuthDto } from './system-config-oauth.dto';
import { SystemConfigPasswordLoginDto } from './system-config-password-login.dto';
import { SystemConfigReverseGeocodingDto } from './system-config-reverse-geocoding.dto';
import { SystemConfigStorageTemplateDto } from './system-config-storage-template.dto';
import { SystemConfigThumbnailDto } from './system-config-thumbnail.dto';
import { SystemConfigTrashDto } from './system-config-trash.dto';

export class SystemConfigDto implements SystemConfig {
@Type(() => SystemConfigFFmpegDto)
Expand Down

0 comments on commit 99e9c2a

Please sign in to comment.