diff --git a/public/sprout.js b/public/sprout.js index f9bf7a1..6c739a6 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, testUsername) + const docRef = doc(db, newUserRequest, testUsername); const docCheck = await getDoc(docRef); if (!query.empty) {