Ghost/ghost/members-api/lib/repositories
Fabien O'Carroll 4b219626eb Fixed usage of bson-objectid
no-issue

Calling ObjectId doesn't return a string a but an ObjectId object.
Whilst this object is cast to a string via the toJSON and toString
methods, this is not enough for MySQL. Instead we should explicitly cast
this to a string ourselves and the application level.
2021-08-23 14:46:53 +02:00
..
event.js Moved code out of index.js in directories 2021-07-14 14:17:38 +01:00
member.js Fixed usage of bson-objectid 2021-08-23 14:46:53 +02:00
product.js Removed superfluous benefits relation fetch 2021-07-20 12:36:41 +01:00