|
|
|
@ -1,6 +1,7 @@ |
|
|
|
const rowController = require("../../api/controllers/row") |
|
|
|
const automationUtils = require("../automationUtils") |
|
|
|
const { buildCtx } = require("./utils") |
|
|
|
const env = require("../../environment") |
|
|
|
|
|
|
|
exports.definition = { |
|
|
|
name: "Update Row", |
|
|
|
@ -83,6 +84,7 @@ exports.run = async function ({ inputs, appId, emitter }) { |
|
|
|
rowId: inputs.rowId, |
|
|
|
tableId: tableId, |
|
|
|
}, |
|
|
|
disableEmit: !env.SELF_HOSTED, |
|
|
|
}) |
|
|
|
|
|
|
|
try { |
|
|
|
|