From d51884d04b6ded22d866ffc4aeca5a7f927e6ae3 Mon Sep 17 00:00:00 2001 From: Camille Reaves Date: Sat, 23 Sep 2023 16:51:11 -0400 Subject: [PATCH] Update sprout.js --- public/sprout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sprout.js b/public/sprout.js index 549621f..69cb4d9 100644 --- a/public/sprout.js +++ b/public/sprout.js @@ -179,7 +179,7 @@ async function testUserEmail(testEmail){ } async function testUserName(testUsername){ - const docRef = doc(db, newUserRequest.toString(), testUsername.toString()); + const docRef = doc(db, 'new_user_requests', testUsername.toString()); const docCheck = await getDoc(docRef); if (!query.empty) {