fix: fix: fix: fix
This commit is contained in:
parent
0ad0b19349
commit
21afa8a32a
@ -45,7 +45,6 @@
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@sveltejs/kit",
|
||||
"deasync",
|
||||
"esbuild",
|
||||
"svelte-preprocess"
|
||||
]
|
||||
|
@ -50,7 +50,7 @@ export const actions = {
|
||||
post_github: postAction(auth.github, []),
|
||||
}
|
||||
|
||||
export async function load({ url, fetch, cookies, setHeaders }) {
|
||||
export async function load({ url, fetch, cookies }) {
|
||||
const scopedCookies = scopeCookies(cookies)
|
||||
var data = {
|
||||
entries: [] as [number, Entry][],
|
||||
|
Loading…
Reference in New Issue
Block a user