This commit is contained in:
Kenneth Jannette
2024-01-28 20:28:42 -06:00
parent 3f6c1a0f13
commit 654844d3e9

View File

@@ -139,7 +139,7 @@ const SignupPage = () => {
};
try {
const collecRef = collection(db, "incompleteSignups");
const collecRef = collection(db, "signupLeads");
await setDoc(doc(collecRef, `${signupId}`), userData);
} catch (error) {
console.log(`Error saving new user to db: ${error}`);