0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/models/base
kirrg001 c6f30a46d2 Avoid knex warning when destroying a user
no issue

- the warning is "Transaction was already complete"
- destroying a user happens in a transaction, but the event is not asynchronous
  - so we have to ensure that we don't operate on a finished transaction
2018-01-27 12:31:51 +01:00
..
index.js Removed the usages of this.forge(null, {context: options.context}) 2018-01-26 00:35:39 +01:00
listeners.js Avoid knex warning when destroying a user 2018-01-27 12:31:51 +01:00
token.js Import lib/common only 2017-12-12 10:28:13 +01:00
utils.js Import lib/common only 2017-12-12 10:28:13 +01:00