Fix: await getValue
This commit is contained in:
parent
45d41cb4b0
commit
e6839c8d35
|
@ -93,7 +93,7 @@ const syncMan = (() => {
|
||||||
|
|
||||||
async getDriveOptions(driveName) {
|
async getDriveOptions(driveName) {
|
||||||
const key = `secure/sync/driveOptions/${driveName}`;
|
const key = `secure/sync/driveOptions/${driveName}`;
|
||||||
return chromeSync.getValue(key) || {};
|
return await chromeSync.getValue(key) || {};
|
||||||
},
|
},
|
||||||
|
|
||||||
async start(name, fromPref = false) {
|
async start(name, fromPref = false) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user