Revert "Add connected user when updating gear"
This reverts commit 76ef368700.
This commit is contained in:
@@ -104,7 +104,6 @@ namespace skydiveLogs_api.DomainBusiness
|
||||
public bool UpdateGear(int id, Gear gear)
|
||||
{
|
||||
gear.Id = id;
|
||||
gear.User = _identityService.ConnectedUser;
|
||||
|
||||
return _gearRepository.Update(gear);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user