🚨 Fixed deepsource issues

This commit is contained in:
Mawoka
2023-06-30 18:55:13 +02:00
parent 3a2ab6c64b
commit 3e6e367ed0
10 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
import { signedIn } from '$lib/stores';
import type { LayoutLoad } from './$types';
export const load: LayoutLoad = async ({ data }) => {
export const load: LayoutLoad = ({ data }) => {
const { email } = data;
if (email) {
signedIn.set(true);