xzwebx-httpfilter 2.4.3 → 2.4.4

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.
Files changed (2) hide show
  1. package/HttpFilter.js +0 -1
  2. package/package.json +1 -1
package/HttpFilter.js CHANGED
@@ -176,7 +176,6 @@ class http {
176
176
  if (fieldName === '__FieldCfg') {
177
177
  continue
178
178
  }
179
- let fatherFieldType = fCfgItem.fieldType
180
179
  if (fCfgItem.fieldType === 'LIST' || (fCfgItem.fieldType === 'OBJ' && msgFieldMap[fieldName]['__FieldCfg'].keyType === 'VSTR')) {
181
180
  for (let idx in data) {
182
181
  retMsgData = this.cycleCheckParams(msgFieldMap[fieldName], data[idx])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xzwebx-httpfilter",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "main": "HttpFilter.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"