mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
e2dfbd66c3
commit
004c2f2496
12 changed files with 24 additions and 16 deletions
|
|
@ -360,7 +360,9 @@ class SystemConfigOAuthDto {
|
|||
|
||||
@IsNumber()
|
||||
@Min(0)
|
||||
defaultStorageQuota!: number;
|
||||
@Optional({ nullable: true })
|
||||
@ApiProperty({ type: 'integer', format: 'int64' })
|
||||
defaultStorageQuota!: number | null;
|
||||
|
||||
@ValidateBoolean()
|
||||
enabled!: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue