fix 2
This commit is contained in:
parent
bf57a8c59d
commit
4e4e2c6fde
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ async function handle_redirect(req){
|
|||
const db = event.target.result;
|
||||
IDB_cond_create(db, "light-dark-store", {}).then(res);
|
||||
}
|
||||
};
|
||||
});
|
||||
const suc_promise = new Promise((res)=>{
|
||||
db_req.onsuccess = (event) => {
|
||||
const db = event.target.result;
|
||||
|
|
Loading…
Reference in a new issue