mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 22:44:45 +00:00
comply with linter
This commit is contained in:
parent
f00fa1c4aa
commit
cb5230f569
@ -62,7 +62,7 @@ Plugins.prototype.getPluginsProperty = function(pluginType, property) {
|
||||
|
||||
//return flattened list
|
||||
if (matchingProperties.length === 0) return [];
|
||||
return matchingProperties.reduce((a,b) => { return a.concat(b); })
|
||||
return matchingProperties.reduce((a,b) => { return a.concat(b); });
|
||||
};
|
||||
|
||||
module.exports = Plugins;
|
||||
|
Loading…
x
Reference in New Issue
Block a user