fix: refs #8389 prevent error propagation
This commit is contained in:
parent
13455f6a20
commit
6e56bdeeb1
|
@ -67,7 +67,6 @@ module.exports = Self => {
|
||||||
INSERT INTO util.debug (variable, value)
|
INSERT INTO util.debug (variable, value)
|
||||||
VALUES ('sendCheckingPresence_error', ?)
|
VALUES ('sendCheckingPresence_error', ?)
|
||||||
`, [`User: ${userId}, recipient: ${recipientId}, message: ${message}, error: ${e}`]);
|
`, [`User: ${userId}, recipient: ${recipientId}, message: ${message}, error: ${e}`]);
|
||||||
throw e;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue