This commit is contained in:
parent
2197441159
commit
b6c8ca20ee
|
@ -1,6 +1,6 @@
|
|||
module.exports = function(Self) {
|
||||
Self.observe('after save', async function(ctx) {
|
||||
const instance = ctx.instance;
|
||||
const instance = ctx.data;
|
||||
const models = Self.app.models;
|
||||
const options = ctx.options;
|
||||
|
||||
|
|
Loading…
Reference in New Issue