Delete useless code
This commit is contained in:
@@ -23,7 +23,6 @@ namespace skydiveLogs_api.Infrastructure
|
||||
.Include(x => x.DropZone)
|
||||
.Include(x => x.Gear)
|
||||
.Include(x => x.JumpType)
|
||||
//.Include(x => x.User)
|
||||
.Query()
|
||||
.Where(j => j.User.Id == user.Id)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user