remove unused param
This commit is contained in:
parent
c3382c9dd6
commit
fd9be8ac84
|
@ -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…
Reference in New Issue