Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 1e03ddd

Browse files
committed
S-274420 include user id in /v2/user/profile
1 parent 761649d commit 1e03ddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/memberStatistics.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ function getBasicUserProfile(api, handle, privateInfoEligibility, dbConnectionMa
296296
address;
297297

298298
result = {
299+
uid: connection.caller.userId,
299300
handle: basic.handle,
300301
country: basic.country,
301302
memberSince: basic.member_since,

0 commit comments

Comments
 (0)