Ghost/ghost/members-api/lib
Fabien O'Carroll 83d4b5f834 Handled missing data in read method bread service
refs https://github.com/TryGhost/Team/issues/873

The `get` method of the member repository will return null when no
member is found - we must ensure that we don't attempt to call toJSON!

It is also possible for a member to not have any products, in which case
we should not attempt to iterate over them, and we can return early.
2021-08-26 12:58:39 +02:00
..
controllers Added WellKnownController and exposed jwks.json 2021-07-19 13:51:58 +01:00
repositories Wired up MemberProductEvents to MemberRepository 2021-08-24 14:57:04 +02:00
services Handled missing data in read method bread service 2021-08-26 12:58:39 +02:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Added memberService to members-api 2021-08-25 21:25:19 +02:00
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30