fix: MAXIMUM_IMPORT_SIZE is now optional

closes #6571
This commit is contained in:
Tom Moor
2024-02-21 18:12:10 -05:00
parent 55fccc895d
commit 852d3f552e

View File

@@ -701,6 +701,7 @@ export class Environment {
*
* @deprecated Use `FILE_STORAGE_IMPORT_MAX_SIZE` or `FILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE` instead
*/
@IsOptional()
@IsNumber()
@Deprecated("Use FILE_STORAGE_IMPORT_MAX_SIZE instead")
public MAXIMUM_IMPORT_SIZE = this.toOptionalNumber(