cleaned up friendship module in backend, still haven't tested blocking feature

This commit is contained in:
Me
2022-12-21 23:58:36 +01:00
parent 84488ee407
commit 670936e4a1
3 changed files with 4 additions and 173 deletions

View File

@@ -4,7 +4,6 @@
import { onMount } from 'svelte';
import { get } from "svelte/store";
let user;
onMount(async () => {