mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-12 06:54:58 +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
|
//return flattened list
|
||||||
if (matchingProperties.length === 0) return [];
|
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;
|
module.exports = Plugins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user