mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-20 01:18:52 +00:00
remove unused param
This commit is contained in:
parent
ac349f5819
commit
6e5aad939c
@ -6,7 +6,6 @@ class Swarm {
|
|||||||
this.options = options;
|
this.options = options;
|
||||||
this.buildDir = options.buildDir || 'dist/';
|
this.buildDir = options.buildDir || 'dist/';
|
||||||
this.bzz = options.bzz;
|
this.bzz = options.bzz;
|
||||||
this.storageConfig = options.storageConfig;
|
|
||||||
this.getUrl = options.getUrl;
|
this.getUrl = options.getUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user