fix 3
This commit is contained in:
parent
4e4e2c6fde
commit
721cff0a1a
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ async function handle_redirect(req){
|
||||||
toggleLightDark(transaction);
|
toggleLightDark(transaction);
|
||||||
transaction.commit();
|
transaction.commit();
|
||||||
};
|
};
|
||||||
};
|
});
|
||||||
await Promise.all([up_promise, suc_promise]);
|
await Promise.all([up_promise, suc_promise]);
|
||||||
const referrer = request.headers.get('Referer') || '/';
|
const referrer = request.headers.get('Referer') || '/';
|
||||||
return new Response("You should be getting redirected back to the page you came from shortly",{
|
return new Response("You should be getting redirected back to the page you came from shortly",{
|
||||||
|
@ -43,7 +43,7 @@ async function handle_redirect(req){
|
||||||
headers: {
|
headers: {
|
||||||
'Location': referrer
|
'Location': referrer
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
function IDB_cond_create(db, objectStoreName, opts={}){
|
function IDB_cond_create(db, objectStoreName, opts={}){
|
||||||
return new Promise((res)=>{
|
return new Promise((res)=>{
|
||||||
|
|
Loading…
Reference in a new issue