move to biomejs, this is before unsafe lint run

This commit is contained in:
creations 2025-04-13 09:14:23 -04:00
parent f4237afc59
commit 25fcd99acf
Signed by: creations
GPG key ID: 8F553AA4320FC711
43 changed files with 353 additions and 565 deletions

View file

@ -28,7 +28,7 @@ async function handler(request: ExtendedRequest): Promise<Response> {
}
let user: GetUser | null = null;
let isSelf: boolean = false;
let isSelf = false;
const isId: boolean = isUUID(query);
const normalized: string = isId ? query : query.normalize("NFC");
const isAdmin: boolean = request.session