Add files to initial versions/mods (#84)

* Add files to initial versions/mods

* Remove useless code, fix actual problem

* Remove debug text

* Rename body to description
This commit is contained in:
Geometrically
2020-10-19 22:08:47 -07:00
committed by GitHub
parent 8e1f1ff2e6
commit b05b38b269
3 changed files with 15 additions and 14 deletions

View File

@@ -86,7 +86,7 @@ impl VersionBuilder {
version.insert(&mut *transaction).await?;
for file in self.files {
file.insert(self.version_id, transaction);
file.insert(self.version_id, transaction).await?;
}
for dependency in self.dependencies {