pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 04d7e17965 - Show all commits

View File

@ -54,7 +54,7 @@ async function addRegReq(uuid, domain) { // Needs testing
}
async function userAtime(uuid) { // Needs testing
log.out(`dbAccess.userAtime: Updating access time for user`)
log.out(`dbAccess.userAtime: Updating access time for user`);
let q = {uuid: uuid};
let n = {$set: {uuid: uuid, atime: new Date}};
await client.connect();