egg-sequelize-autotrx
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -25,2 +25,3 @@ module.exports = (options, app) => async (ctx, next) => { | ||
const model = ctx[delegate] | ||
const { app } = ctx | ||
@@ -27,0 +28,0 @@ if (!model.transaction.__injected) { |
{ | ||
"name": "egg-sequelize-autotrx", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Auto transaction based on cls-hooked for egg-sequelize plugin", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
8663
51