Skip to content

Commit

Permalink
Update signature
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyel committed Jan 18, 2024
1 parent 02c14dc commit 947e09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firestore/firekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ export class RoarFirekit {
if (_get(userData, 'group')) _set(userDocData, 'orgIds.group', userData.group!.id);
if (_get(userData, 'family')) _set(userDocData, 'orgIds.family', userData.family!.id);

const cloudCreateStudent = httpsCallable(this.admin!.functions, 'wipnewcreatestudentaccount');
const cloudCreateStudent = httpsCallable(this.admin!.functions, 'createstudentaccount');
await cloudCreateStudent({ email, password, userData: userDocData });
}

Expand Down

0 comments on commit 947e09b

Please sign in to comment.