mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +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 };
|
||||
|
||||
// Update the user in the database if necessary
|
||||
console.log("dbUser", dbUser);
|
||||
dbUser = await updateUser(dbUser.id, combinedUser);
|
||||
|
||||
return dbUser;
|
||||
|
Loading…
x
Reference in New Issue
Block a user