Comparing version 0.0.25 to 0.0.26
{ | ||
"name": "webdetta", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -53,3 +53,7 @@ // MIT License | ||
const [res, err] = await processCall(getMethods(), ctx, data.call, data.args); | ||
if ('from' in data) send(encode({ to: data.from, res, err })); | ||
if ('from' in data) send(encode({ | ||
to: data.from, | ||
res, | ||
...(err ? { err } : {}) | ||
})); | ||
} | ||
@@ -56,0 +60,0 @@ } catch (e) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24734
719