Revert "Add connected user when updating gear"

This reverts commit 76ef368700.
This commit is contained in:
2026-05-05 23:18:03 +02:00
parent 76ef368700
commit b951c947dd
10 changed files with 1981 additions and 1934 deletions
@@ -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);
}