mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor!: migrate class-validator to zod (#26597)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ class LicenseKeyDto {
|
||||
/// Activation key
|
||||
String activationKey;
|
||||
|
||||
/// License key (format: IM(SV|CL)(-XXXX){8})
|
||||
/// License key (format: /^IM(SV|CL)(-[\\dA-Za-z]{4}){8}$/)
|
||||
String licenseKey;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user