🎨 Formatted files and fixed warnings

This commit is contained in:
Mawoka
2022-04-15 10:48:40 +02:00
parent 95ca55dcdd
commit bf27803e39
4 changed files with 183 additions and 183 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
<script context='module' lang='ts'>
<script context="module" lang="ts">
import { signedIn } from '$lib/stores';
export async function load({ url, session }) {
export async function load({ session }) {
if (session.authenticated) {
signedIn.set(true);
}
return {};
}
</script>
<script lang="ts">
const getData = async () => {
const response = await fetch('/api/v1/search/', {