@orion-js/echoes
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -27,3 +27,3 @@ "use strict"; | ||
}; | ||
await options.resolve(data.params, context); | ||
await options.resolve(data.params || {}, context); | ||
}, | ||
@@ -33,3 +33,3 @@ onRequest: async serializedParams => { | ||
const params = (0, _deserialize.default)(serializedParams); | ||
const result = await options.resolve(params, context); | ||
const result = await options.resolve(params || {}, context); | ||
return result; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "@orion-js/echoes", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"main": "lib/index.js", | ||
@@ -31,3 +31,3 @@ "author": "nicolaslopezj", | ||
}, | ||
"gitHead": "c9b52f3479dfebfecc5d33621fb066ea137b785b" | ||
"gitHead": "dd1e83e1ce086bc98b036e30624968145f73bf14" | ||
} |
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
122927