forked from atums.world/backend
move to biomejs, this is before unsafe lint run
This commit is contained in:
parent
f4237afc59
commit
25fcd99acf
43 changed files with 353 additions and 565 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue