8389-testToMaster #3357

Merged
alexm merged 51 commits from 8389-testToMaster into master 2025-01-14 06:31:08 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6e56bdeeb1 - Show all commits

View File

@ -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;
} }
}; };
}; };