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 4b2829f commit 06a3777
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 docCheck = await getDoc(doc(db, newUserRequest, testUsername));
const docCheck = await newUserRequest.getDoc(testUsername);

if (!query.empty) {
count = query.data().count;
Expand Down

0 comments on commit 06a3777

Please sign in to comment.