Cleanup
This commit is contained in:
@ -24,7 +24,7 @@ namespace UserService.DatabaseLayer.Repositories
|
||||
var rootOus = await Context(db)
|
||||
.Include(x => x.Parent)
|
||||
.WhereOrDefault(predicate)
|
||||
.ToListAsync(cancellationToken: token).ConfigureAwait(false);
|
||||
.ToListAsync(token).ConfigureAwait(false);
|
||||
|
||||
IEnumerable<OrganizationUnit> Rec(Node node)
|
||||
{
|
||||
|
Reference in New Issue
Block a user