Skip to content

Commit

Permalink
Update sprout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 23, 2023
1 parent 0850f92 commit d51884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sprout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d51884d

Please sign in to comment.