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.Gear)
|
||||
.Include(x => x.JumpType)
|
||||
.Query()
|
||||
.Where(j => j.User.Id == user.Id)
|
||||
.ToList();
|
||||
.Find(j => j.User.Id == user.Id);
|
||||
}
|
||||
|
||||
public IEnumerable<Jump> GetAll()
|
||||
|
||||
Reference in New Issue
Block a user