Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3ea4dc

Browse files
committedJun 22, 2020
Fix auth description v3 to v5
1 parent 49ba5a1 commit f3ea4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/actions/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getApi } from '../services/api';
99

1010
/**
1111
* @static
12-
* @desc Creates an action that loads Topcoder user profile from v3 API.
12+
* @desc Creates an action that loads Topcoder user profile from v5 API.
1313
* @param {String} userTokenV3 v3 authentication token.
1414
* @return {Action}
1515
*/

0 commit comments

Comments
 (0)
Please sign in to comment.