Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/Tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbechirmezhoud committed Feb 12, 2022
2 parents 05b794a + 6ec9cac commit f9a64aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/firestore/userFuncs.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getCurrentUserData(){

let phonePath = (await readDataFromPath("emailsToNumber/"+auth.currentUser.email));
data.phone = (phonePath ? phonePath.phone : null);

return data;
}

Expand Down

0 comments on commit f9a64aa

Please sign in to comment.