Skip to content

Commit

Permalink
chore: test awaiting parent
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Apr 20, 2024
1 parent 9f5d8b7 commit 6348627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+layout.server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export async function load({ locals }) {
export async function load({ locals, parent }) {
await parent();
return {
githubUser: locals.githubUser,
hello: locals.world
Expand Down

0 comments on commit 6348627

Please sign in to comment.