Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
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
ghost Fixed usage of bson-objectid 2021-08-23 14:46:53 +02:00