1
This commit is contained in:
parent
781a0d1d47
commit
073954be66
@ -11,7 +11,6 @@ class BaseEventProcess {
|
|||||||
|
|
||||||
constructor(proc, conn, eventDb) {
|
constructor(proc, conn, eventDb) {
|
||||||
this.eventProc = proc;
|
this.eventProc = proc;
|
||||||
//this.conn = conn;
|
|
||||||
this.eventDb = eventDb;
|
this.eventDb = eventDb;
|
||||||
this.returnValues = utils.jsonDecode(this.getEventDb()['return_values']);
|
this.returnValues = utils.jsonDecode(this.getEventDb()['return_values']);
|
||||||
this.bcEventConn = null;
|
this.bcEventConn = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user