Skip to content

Commit

Permalink
Merge pull request #9950 from abpframework/auto-merge/rel-4-4/539
Browse files Browse the repository at this point in the history
Merge branch dev with rel-4.4
  • Loading branch information
maliming committed Sep 2, 2021
2 parents 41c94e6 + c4bf722 commit 3024f7d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using Microsoft.Extensions.Options;
using Volo.Abp.Application.Services;
using Volo.Abp.Authorization.Permissions;
using Volo.Abp.Features;
using Volo.Abp.MultiTenancy;
using Volo.Abp.SimpleStateChecking;

Expand Down Expand Up @@ -68,7 +67,7 @@ public virtual async Task<GetPermissionListResultDto> GetAsync(string providerNa

if (!neededCheckPermissions.Any())
{
return result;
continue;
}

var grantInfoDtos = neededCheckPermissions.Select(x => new PermissionGrantInfoDto
Expand Down

0 comments on commit 3024f7d

Please sign in to comment.