Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7359872

Browse files
author
Sachin Maheshwari
committed
fixing lint issue
1 parent 299413e commit 7359872

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/services/TCUserService.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@
99
* @version 1.0
1010
*/
1111
const Joi = require('joi');
12-
const superagent = require('superagent');
13-
const superagentPromise = require('superagent-promise');
14-
const config = require('../config');
12+
const decodeToken = require('@topcoder-platform/tc-auth-lib').decodeToken;
1513
const errors = require('../common/errors');
1614
const helper = require('../common/helper');
1715
const UserMapping = require('../models').UserMapping;
18-
const decodeToken = require('@topcoder-platform/tc-auth-lib').decodeToken;
19-
20-
const request = superagentPromise(superagent, Promise);
21-
2216

2317
/**
2418
* gets the handle of tc user.

0 commit comments

Comments
 (0)