Lint
This commit is contained in:
parent
b0e0989359
commit
60c6bc3e48
|
@ -103,7 +103,7 @@ __embarkSwarm.getUrl = function (hash) {
|
||||||
return `${this._config.getUrl || this._connectUrl + '/bzz:/'}${hash}`;
|
return `${this._config.getUrl || this._connectUrl + '/bzz:/'}${hash}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
const NotAvailable = "Not available with Swarm"
|
const NotAvailable = "Not available with Swarm";
|
||||||
|
|
||||||
__embarkSwarm.resolve = function () {
|
__embarkSwarm.resolve = function () {
|
||||||
return new Error(NotAvailable);
|
return new Error(NotAvailable);
|
||||||
|
|
Loading…
Reference in New Issue