mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Log dbUser
This commit is contained in:
parent
08033464c6
commit
cafa83a083
@ -32,6 +32,7 @@ const authorize = async (pubkey) => {
|
|||||||
const combinedUser = { ...dbUser, ...fields };
|
const combinedUser = { ...dbUser, ...fields };
|
||||||
|
|
||||||
// Update the user in the database if necessary
|
// Update the user in the database if necessary
|
||||||
|
console.log("dbUser", dbUser);
|
||||||
dbUser = await updateUser(dbUser.id, combinedUser);
|
dbUser = await updateUser(dbUser.id, combinedUser);
|
||||||
|
|
||||||
return dbUser;
|
return dbUser;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user