1
0

fix: fix: fix: fix

This commit is contained in:
dusk 2024-08-24 03:20:36 +03:00
parent 0ad0b19349
commit 21afa8a32a
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 1 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -45,7 +45,6 @@
}, },
"trustedDependencies": [ "trustedDependencies": [
"@sveltejs/kit", "@sveltejs/kit",
"deasync",
"esbuild", "esbuild",
"svelte-preprocess" "svelte-preprocess"
] ]

View File

@ -50,7 +50,7 @@ export const actions = {
post_github: postAction(auth.github, []), post_github: postAction(auth.github, []),
} }
export async function load({ url, fetch, cookies, setHeaders }) { export async function load({ url, fetch, cookies }) {
const scopedCookies = scopeCookies(cookies) const scopedCookies = scopeCookies(cookies)
var data = { var data = {
entries: [] as [number, Entry][], entries: [] as [number, Entry][],