wtf
This commit is contained in:
parent
3691bd6f8f
commit
5b838e0dfa
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { validateSession } from '$lib/server/auth/index.js';
|
import { validateSession } from '$lib/server/auth';
|
||||||
|
|
||||||
export async function load(event) {
|
export async function load(event) {
|
||||||
await validateSession(event);
|
await validateSession(event);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { validateSession } from '$lib/server/auth/index.js';
|
import { validateSession } from '$lib/server/auth';
|
||||||
|
|
||||||
export async function load(event) {
|
export async function load(event) {
|
||||||
const {
|
const {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue