analytics, server impl

This commit is contained in:
Max Peintner
2023-04-20 14:39:51 +02:00
parent d154f07f1c
commit 8b8cca08cd
8 changed files with 24 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import {
getServer,
getServers,
initializeServer,
} from "#/server";
} from "#";
import { GetMyUserResponse, getAuth } from "#/auth";
async function getMyUser(): Promise<GetMyUserResponse> {