You've already forked AstralRinth
forked from didirus/AstralRinth
Fix project creation hash lookups failing (#239)
This commit is contained in:
@@ -220,7 +220,6 @@ pub struct EditVersion {
|
||||
#[validate(length(max = 65536))]
|
||||
pub changelog: Option<String>,
|
||||
pub version_type: Option<models::projects::VersionType>,
|
||||
#[validate(length(min = 1, max = 256))]
|
||||
pub dependencies: Option<Vec<Dependency>>,
|
||||
pub game_versions: Option<Vec<models::projects::GameVersion>>,
|
||||
pub loaders: Option<Vec<models::projects::Loader>>,
|
||||
|
||||
Reference in New Issue
Block a user