Log n user models

This commit is contained in:
austinkelsay 2024-10-06 16:26:55 -05:00
parent b2bee7b97d
commit 2ccf3b6e7b

View File

@ -142,6 +142,7 @@ export const createUser = async (data) => {
}
if (existingUser) {
console.log("user already exists", existingUser);
// If user exists, return the existing user
return existingUser;
}