Update the request of the user jumps
This commit is contained in:
@@ -48,9 +48,7 @@ namespace skydiveLogs_api.Infrastructure
|
|||||||
.Include(x => x.DropZone)
|
.Include(x => x.DropZone)
|
||||||
.Include(x => x.Gear)
|
.Include(x => x.Gear)
|
||||||
.Include(x => x.JumpType)
|
.Include(x => x.JumpType)
|
||||||
.Query()
|
.Find(j => j.User.Id == user.Id);
|
||||||
.Where(j => j.User.Id == user.Id)
|
|
||||||
.ToList();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public IEnumerable<Jump> GetAll()
|
public IEnumerable<Jump> GetAll()
|
||||||
|
|||||||
Reference in New Issue
Block a user