Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rotolonico committed Sep 30, 2024
1 parent 47989d3 commit ebbf28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/src/functions/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const getUserProfile = functions.https.onCall(async (_, context) => {
groupId: group ? group.groupId : null,
position: null,
score: userData.score,
role: null
};

return serializedSuccessResponse(userProfile);
Expand Down

0 comments on commit ebbf28e

Please sign in to comment.