godprotocol 2.3.46 → 2.3.47

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "godprotocol",
3
- "version": "2.3.46",
3
+ "version": "2.3.47",
4
4
  "description": "A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.",
5
5
  "main": "Index.js",
6
6
  "type": "module",
@@ -196,8 +196,6 @@ class Route_table extends Headers {
196
196
 
197
197
  const expected = descriptor.value;
198
198
 
199
- let actual;
200
-
201
199
  let actual = Array.isArray(data_value) ? "array" : typeof data_value;
202
200
 
203
201
  if (actual !== expected) {