update automation emitter
This commit is contained in:
parent
75f17f5c12
commit
94ebd7c6ef
|
@ -31,7 +31,17 @@ class AutomationEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async emitRow(eventName: string, appId: string, row: Row, table?: Table) {
|
async emitRow({
|
||||||
|
eventName,
|
||||||
|
appId,
|
||||||
|
row,
|
||||||
|
table,
|
||||||
|
}: {
|
||||||
|
eventName: string
|
||||||
|
appId: string
|
||||||
|
row: Row
|
||||||
|
table?: Table
|
||||||
|
}) {
|
||||||
let MAX_AUTOMATION_CHAIN = await this.getMaxAutomationChain()
|
let MAX_AUTOMATION_CHAIN = await this.getMaxAutomationChain()
|
||||||
|
|
||||||
// don't emit even if we've reached max automation chain
|
// don't emit even if we've reached max automation chain
|
||||||
|
|
Loading…
Reference in New Issue