Ghost/core/server/models/relations
Daniel Lockyer 13e1ecae27 Replaced use of Bluebird return method from knex code
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
2020-04-07 10:49:12 +01:00
..
authors.js Replaced use of Bluebird return method from knex code 2020-04-07 10:49:12 +01:00
index.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00