remove unneded line
This commit is contained in:
parent
0c14834e57
commit
dbab744345
|
@ -302,8 +302,6 @@ EmbarkJS.Storage.isAvailable = function () {
|
||||||
return this.currentStorage.isAvailable();
|
return this.currentStorage.isAvailable();
|
||||||
};
|
};
|
||||||
|
|
||||||
let __embarkStorage = {};
|
|
||||||
|
|
||||||
EmbarkJS.Storage.setProviders = async function (dappConnOptions) {
|
EmbarkJS.Storage.setProviders = async function (dappConnOptions) {
|
||||||
try {
|
try {
|
||||||
await detectSeries(dappConnOptions, async (dappConn, callback) => {
|
await detectSeries(dappConnOptions, async (dappConn, callback) => {
|
||||||
|
|
Loading…
Reference in New Issue