mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 07:51:55 +03:00
13e1ecae27
no issue - Knex removed their use of several Bluebird methods, including `return` - our code used `return`, but mostly to return null after a destroy action - these uses have been replaced with `.then(() => null)` in order to continue returning null and to avoid breaking anything |
||
---|---|---|
.. | ||
authors.js | ||
index.js |