Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
frorong committed Apr 9, 2024
1 parent cbdca85 commit d337e54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes/+layout.server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// import type { LayoutServerLoad } from './$types'
import type { LayoutServerLoad } from './$types'

// export const load: LayoutServerLoad =
// async (event) => ({
// session: await event.locals.auth(),
// })
export const load: LayoutServerLoad =
async (event) => ({
session: await event.locals.auth(),
})

0 comments on commit d337e54

Please sign in to comment.