Update nugets
This commit is contained in:
@@ -24,7 +24,7 @@ namespace skydiveLogs_api.Data
|
||||
.Include(x => x.JumpType)
|
||||
.Include(x => x.User)
|
||||
.Query()
|
||||
.Where(j => j.User == user)
|
||||
.Where(j => j.User.Id == user.Id)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user