Merge branch 'master' into small-fixes

This commit is contained in:
Geometrically 2021-01-15 07:59:39 -07:00 committed by GitHub
commit 11ee142e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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