mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-03 19:04:10 +00:00
fix plugin call
This commit is contained in:
parent
e2954e8729
commit
7cb740e922
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
class Storage {
|
class Storage {
|
||||||
constructor(embark, _options){
|
constructor(embark, options){
|
||||||
this.embark = embark;
|
this.embark = embark;
|
||||||
this.storageConfig = embark.config.storageConfig;
|
this.storageConfig = embark.config.storageConfig;
|
||||||
this.plugins = options.plugins;
|
this.plugins = options.plugins;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user