You've already forked AstralRinth
forked from didirus/AstralRinth
Apply additional categories fix to search indexing (#428)
* Apply additional categories fix to search indexing * fix edit version validator
This commit is contained in:
@@ -167,7 +167,7 @@ pub async fn version_get(
|
||||
|
||||
#[derive(Serialize, Deserialize, Validate)]
|
||||
pub struct EditVersion {
|
||||
#[validate(length(min = 3, max = 256))]
|
||||
#[validate(length(min = 1, max = 256))]
|
||||
pub name: Option<String>,
|
||||
#[validate(
|
||||
length(min = 1, max = 64),
|
||||
|
||||
Reference in New Issue
Block a user