We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a76f85 commit 7618e48Copy full SHA for 7618e48
connect/service.js
@@ -2,7 +2,7 @@
2
* Service to get data from TopCoder API
3
*/
4
const request = require('superagent');
5
-const config = require('../config');
+const config = require('config');
6
const _ = require('lodash');
7
const tcCoreLibAuth = require('tc-core-library-js').auth;
8
const m2m = tcCoreLibAuth.m2m(config);
0 commit comments