Added missing await to async options saving.
This commit is contained in:
parent
82313cc766
commit
295d681c1b
|
@ -225,7 +225,7 @@
|
|||
let toBeSaved = {
|
||||
[obj.storage]: obj
|
||||
};
|
||||
Storage.set(obj.storage, toBeSaved);
|
||||
await Storage.set(obj.storage, toBeSaved);
|
||||
}
|
||||
return obj;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue