Skip to content

Commit

Permalink
fixed Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Mar 1, 2024
1 parent 2dd6fd9 commit c777ae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion products/ASC.Files/Core/Utils/FileSharing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ public async Task<List<AceWrapper>> GetSharedInfoAsync<T>(FileEntry<T> entry, IE
//throw new SecurityException(FilesCommonResource.ErrorMessage_SecurityException);
}

var linkAccess = FileShare.Restrict;
var result = new List<AceWrapper>();
var shares = await fileSecurity.GetSharesAsync(entry);
var isRoom = entry is Folder<T> { SettingsPrivate: false } room && DocSpaceHelper.IsRoom(room.FolderType);
Expand Down

0 comments on commit c777ae0

Please sign in to comment.