mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +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. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
.gitignore | ||
index.js | ||
package.json |