Skip to content

Commit 7618e48

Browse files
author
Sachin Maheshwari
committed
fixing config path issue.
1 parent 9a76f85 commit 7618e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Service to get data from TopCoder API
33
*/
44
const request = require('superagent');
5-
const config = require('../config');
5+
const config = require('config');
66
const _ = require('lodash');
77
const tcCoreLibAuth = require('tc-core-library-js').auth;
88
const m2m = tcCoreLibAuth.m2m(config);

0 commit comments

Comments
 (0)