Skip to content

Commit 265f4e6

Browse files
committed
TSJR-27 - add deprecation warning for the old api skills
1 parent 5d008e5 commit 265f4e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/services/members.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ class MembersService {
7070
}
7171

7272
/**
73+
* @deprecated This method is using the old API skills, and the returned skills may not be what you're looking for
74+
* @todo Replace this method and use the new standardized skills when needed
75+
* @see https://topcoder.atlassian.net/browse/TSJR-27
76+
*
7377
* Gets member skills.
7478
* @param {String} handle
7579
* @return {Promise} Resolves to the stats object.

0 commit comments

Comments
 (0)