fix: refs #8389 prevent error propagation

This commit is contained in:
Alex Moreno 2025-01-13 15:24:01 +01:00
parent 13455f6a20
commit 6e56bdeeb1
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ module.exports = Self => {
INSERT INTO util.debug (variable, value)
VALUES ('sendCheckingPresence_error', ?)
`, [`User: ${userId}, recipient: ${recipientId}, message: ${message}, error: ${e}`]);
throw e;
}
};
};