Skip to content

Commit cfd8393

Browse files
committed
Fix import
1 parent 296b05b commit cfd8393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/topcoder-api.util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const config = require("config");
22
const _ = require("lodash");
33
const m2mAuth = require("tc-core-library-js").auth.m2m;
44
const request = require("superagent");
5-
const logger = require("logger.util");
5+
const logger = require("./logger.util");
66

77
let m2m = null;
88

0 commit comments

Comments
 (0)