Add validator for file types + datapacks (#507)

* Add validator for file types + datapacks

* Make it compile
This commit is contained in:
Geometrically
2022-12-23 19:49:47 -07:00
committed by GitHub
parent fe256d6a62
commit 5da42575fd
4 changed files with 59 additions and 5 deletions

View File

@@ -703,6 +703,7 @@ pub async fn upload_file(
loaders.clone(),
game_versions.clone(),
all_game_versions.clone(),
file_type,
)
.await?;