🚨 Fixed deepsource issues

This commit is contained in:
Mawoka
2023-06-17 19:31:04 +02:00
parent f20fcb7cb5
commit cff32c8399
9 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { signedIn } from '$lib/stores';
import type { LayoutServerLoad } from './$types';
export const load: LayoutServerLoad = async ({ locals }) => {
export const load: LayoutServerLoad = ({ locals }) => {
if (locals.email) {
signedIn.set(true);
} else {