mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 19:13:43 +00:00
refactor(*):Address PR comments
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const load = async ({ parent }) => {
|
||||
const { supabase, session } = await parent();
|
||||
return {
|
||||
supabase,
|
||||
session
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user