badmfck-api-server 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,7 @@ async function Initializer(services) {
83
83
  exports.Initializer = Initializer;
84
84
  class APIService extends BaseService_1.BaseService {
85
85
  static nextLogID = 0;
86
- version = "2.3.0";
86
+ version = "2.3.1";
87
87
  options;
88
88
  monitor;
89
89
  monitorIndexFile;
@@ -240,7 +240,6 @@ class MysqlService extends BaseService_1.BaseService {
240
240
  await trx.conn.rollback();
241
241
  trx.conn.removeAllListeners();
242
242
  trx.conn.release();
243
- trx.conn.end();
244
243
  if (this.debug)
245
244
  console.log("Rollback complete");
246
245
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",