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

Commit e52997d

Browse files
committed
Added getMyProfile.
1 parent 5c7399a commit e52997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initializers/middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var IllegalArgumentError = require('../errors/IllegalArgumentError');
2929
* TODO: This is just a temporary implement.
3030
*/
3131
var PRIVATE_ACTIONS = ['getActiveBillingAccounts', 'getClientChallengeCosts', 'getChallengeCosts',
32-
'getChallengeTerms', 'getBasicUserProfile'];
32+
'getChallengeTerms', 'getBasicUserProfile', 'getMyProfile'];
3333

3434
/**
3535
* calculate the key for cache.

0 commit comments

Comments
 (0)