mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
4b219626eb
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. |
||
---|---|---|
.. | ||
controllers | ||
repositories | ||
services | ||
common.js | ||
MembersAPI.js | ||
migrations.js |