fix plugin call

This commit is contained in:
Iuri Matias 2018-07-08 23:41:37 +03:00 committed by Pascal Precht
parent a1e72e38ef
commit 4877bb4956
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D

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;