Less debug. Code clean up. And it uses the Svelte fetch function!! I think it just works...

This commit is contained in:
Scott Idem
2025-05-07 19:49:27 -04:00
parent 7af1d41ff3
commit df3b455c18
7 changed files with 47 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
import { browser } from '$app/environment';
import { journals_func } from '$lib/ae_journals/ae_journals_functions';
export async function load({ parent }) {
export async function load({ fetch, parent }) {
let log_lvl: number = 0;
let parent_data = await parent();