1
0

Merge branch 'master' into small-fixes

This commit is contained in:
Geometrically
2021-01-15 07:59:39 -07:00
committed by GitHub

View File

@@ -405,7 +405,7 @@ async fn upload_file_to_version_inner(
)
})?;
if team_member
if !team_member
.permissions
.contains(Permissions::UPLOAD_VERSION)
{