Counselllor / Counsellor-Web

Documentation comments not found for functions and classes JS-D1001
Documentation
Minor
1 occurrence in this check
Documentation comment not found for arrow function writeUserData
113    }));
114  }, [registerInformation.password]);
115
116  const writeUserData = (userId, email, userInfo) => {117    const { firstName, surname, dob, gender, age } = userInfo;
118    const user_type = userInfo["user-type"];
119    set(ref(database, "users/" + userId), {