Add way to fetch team members (#89)

* Add way to fetch team members, fix files not being returned with version route

* Make it compile

* Fixes

* Use default error handling
This commit is contained in:
Geometrically
2020-10-21 12:30:35 -07:00
committed by GitHub
parent e966ef96e5
commit 1ff8c908b8
6 changed files with 105 additions and 208 deletions

View File

@@ -504,7 +504,7 @@ impl Version {
downloads: row.downloads,
release_channel: row.channel,
files: Vec::<QueryFile>::new(),
files,
loaders,
game_versions,
}))