badmfck-api-server 2.8.2 → 2.8.3

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.
@@ -88,7 +88,7 @@ async function Initializer(services) {
88
88
  exports.Initializer = Initializer;
89
89
  class APIService extends BaseService_1.BaseService {
90
90
  static nextLogID = 0;
91
- version = "2.8.2";
91
+ version = "2.8.3";
92
92
  options;
93
93
  monitor;
94
94
  monitorIndexFile;
@@ -275,7 +275,7 @@ class MysqlAdapter {
275
275
  continue;
276
276
  if (value === null)
277
277
  fields[i] = { value: null, system: true };
278
- const parsed = MysqlAdapter.prepareQueryFieldValue(value);
278
+ const parsed = MysqlAdapter.prepareQueryFieldValue(fields[i]);
279
279
  query = query.replaceAll("@" + name, parsed + "");
280
280
  }
281
281
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",