Skip to content

Commit

Permalink
analizators/s2201
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Dec 30, 2021
1 parent 3d33fec commit 8f53895
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/ASC.Core.Common/Data/DbTenantService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,8 @@ IQueryable<TenantUserSecurity> query() => TenantsQuery()

//new password
result = result.Concat(q.Select(FromTenantUserToTenant)).ToList();
result.Distinct();

return result;
return result.Distinct();
}
}

Expand Down

0 comments on commit 8f53895

Please sign in to comment.