Merge remote-tracking branch 'upstream/master' into ct-unstable

This commit is contained in:
Chris Troutner
2025-10-25 14:34:05 -07:00
+1 -1
View File
@@ -12,7 +12,7 @@ async function getUsers () {
) )
// Find the user by email. // Find the user by email.
const user = await User.find({ const user = await User.findOne({
email: 'test@test.com' email: 'test@test.com'
}, '-password') }, '-password')