Ghost/ghost/members-api/lib/repositories
Simon Backx eb8cf49f40 Fixed updating non-existing member internal error (#395)
refs https://github.com/TryGhost/Team/issues/1580

- When you tried to update a member that doesn't exist, an internal error was thrown
- It should throw a 'not found' error instead
- Optimized when to fetch the initialMember

Tests for 4.x in https://github.com/TryGhost/Ghost/pull/14657
Tests for 5.x in https://github.com/TryGhost/Ghost/pull/14658
2022-05-03 16:38:55 +02:00
..
event.js Added newsletter relation to activity feed 2022-04-26 14:18:34 +02:00
member.js Fixed updating non-existing member internal error (#395) 2022-05-03 16:38:55 +02:00
product.js