badmfck-api-server 1.3.3 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -127,6 +127,8 @@ class MysqlService extends BaseService_1.BaseService {
127
127
  else
128
128
  value = "NULL";
129
129
  }
130
+ if (!value)
131
+ return "NULL";
130
132
  return value;
131
133
  }
132
134
  async execute(query) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",