fix: remove unneeded 'committer' entity reference in activity mapping
- fix: remove unneeded 'committer' entity reference in activity mapping
In 3.15, there is an issue loading committer sometimes where the entities don't properly map. As nothing in this entity is used and it was pulled in just in case, it was removed. This should also improve performance as it would lead to less data being read and transfered.