added uid to profile data

This commit is contained in:
Miodec 2022-10-10 00:14:32 +02:00
parent ee8b3c9481
commit 60d4116e6a

View file

@ -541,6 +541,7 @@ export async function getProfile(
inventory,
details: profileDetails,
allTimeLbs: alltimelbs,
uid: user.uid,
};
return new MonkeyResponse("Profile retrieved", profileData);