fix plugin call

This commit is contained in:
Iuri Matias 2018-07-08 23:41:37 +03:00
parent e2954e8729
commit 7cb740e922

View File

@ -1,6 +1,6 @@
class Storage {
constructor(embark, _options){
constructor(embark, options){
this.embark = embark;
this.storageConfig = embark.config.storageConfig;
this.plugins = options.plugins;