Skip to content

Commit

Permalink
Update createuser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 25, 2023
1 parent 48bb181 commit a51eccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/createuser.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ async function testUserName(testUsername){
return false;
}
/*testUsername = testUsername.toString();
const docRef = doc(db, 'usre', testUsername);
const docRef = doc(db, 'user', testUsername);
const docCheck = await getDoc(docRef);
if (docCheck.exists()){
return true;
Expand Down

0 comments on commit a51eccf

Please sign in to comment.