badmfck-api-server 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,6 @@ class MysqlService extends BaseService_1.BaseService {
20
20
  constructor(options) {
21
21
  super("mysql");
22
22
  this.options = options;
23
- this.init();
24
23
  }
25
24
  static async executeQuery(query) { return await exports.REQ_MYSQL_QUERY.request(query); }
26
25
  async init() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",