We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b303e3 commit c0d041fCopy full SHA for c0d041f
src/services/api.js
@@ -15,7 +15,7 @@ import {
15
16
const { m2m: m2mAuth } = auth;
17
18
-const m2m = m2mAuth(_.pick(config.SECRET.TC_M2M, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME', 'AUTH0_PROXY_SERVER_URL']));
+const m2m = m2mAuth(_.pick(config.SECRET.TC_M2M, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'AUTH0_PROXY_SERVER_URL']));
19
20
/* The minimal delay [ms] between API calls. To avoid problems with the requests
21
* rate limits configured in Topcoder APIs, we throttle requests rate at the
0 commit comments