newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3798f2c980 - Show all commits

View File

@ -9,7 +9,7 @@ import { minifyMail } from "./minify.utils";
async function isAuthed(uuid: string): Promise<boolean> {
// Needs testing
const q = {
/*uuid: uuid*/
uuid: uuid
};
const res = await db.query("users", q);
logs.out(