@runnerpro/backend 1.10.7 → 1.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -104,7 +104,7 @@ const deleteConversationMessage = (req, res, { query, isClient }) => __awaiter(v
104
104
  // if (isClient) {
105
105
  // await query('UPDATE [CHAT MESSAGE] SET [ELIMINADO] = TRUE WHERE [ID] = ?', [id]);
106
106
  // } else {
107
- yield query('DELETE FROM [CHAT MESSAGE] WHERE [ID] = ?', ['146584']);
107
+ // await query('DELETE FROM [CHAT MESSAGE] WHERE [ID] = ?', ['146584']);
108
108
  // }
109
109
  res.send({ status: 'ok' });
110
110
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runnerpro/backend",
3
- "version": "1.10.7",
3
+ "version": "1.10.9",
4
4
  "description": "A collection of common backend functions",
5
5
  "exports": {
6
6
  ".": "./lib/cjs/index.js"