Skip to content

Commit c0d041f

Browse files
committed
removed cache param
1 parent 2b303e3 commit c0d041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515

1616
const { m2m: m2mAuth } = auth;
1717

18-
const m2m = m2mAuth(_.pick(config.SECRET.TC_M2M, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME', 'AUTH0_PROXY_SERVER_URL']));
18+
const m2m = m2mAuth(_.pick(config.SECRET.TC_M2M, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'AUTH0_PROXY_SERVER_URL']));
1919

2020
/* The minimal delay [ms] between API calls. To avoid problems with the requests
2121
* rate limits configured in Topcoder APIs, we throttle requests rate at the

0 commit comments

Comments
 (0)