fix: polish secure view

This commit is contained in:
Michael Barz
2024-07-04 17:14:40 +02:00
parent 88acb9eeb4
commit 7860cb8a6f
4 changed files with 22 additions and 7 deletions
@@ -210,10 +210,6 @@ func NewSecureViewerUnifiedRole() *libregraph.UnifiedRoleDefinition {
AllowedResourceActions: convert(r),
Condition: proto.String(UnifiedRoleConditionFolder),
},
{
AllowedResourceActions: convert(r),
Condition: proto.String(UnifiedRoleConditionDrive),
},
},
LibreGraphWeight: proto.Int32(0),
}