refs #5339 data
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2023-06-19 08:58:20 +02:00
parent 2197441159
commit b6c8ca20ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;