recime-message-responder
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -32,3 +32,3 @@ "use strict"; | ||
// ensure it's a flat array. | ||
return result.reduce((a, b) => { | ||
result = result.reduce((a, b) => { | ||
return a.concat(b); | ||
@@ -35,0 +35,0 @@ }, []); |
{ | ||
"name": "recime-message-responder", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -37,3 +37,3 @@ import HandleBars from "handlebars"; | ||
// ensure it's a flat array. | ||
return result.reduce((a, b)=>{ | ||
result = result.reduce((a, b)=>{ | ||
return a.concat(b); | ||
@@ -40,0 +40,0 @@ }, []); |
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
21195