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

Commit 5eca1fc

Browse files
authored
stupid ESLint
will fix later (famous last words)
1 parent b72e1c3 commit 5eca1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/GithubController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async function addUserToTeamCallback(req, res) {
147147
.end();
148148
const token = result.body.access_token;
149149
// add user to team
150-
console.log(`adding ${token} to ${team.teamId} with ${team.ownerToken}`);
150+
console.log(`adding ${token} to ${team.teamId} with ${team.ownerToken}`); /* eslint-disable-line no-console */
151151
const githubUser = await GithubService.addTeamMember(team.teamId, team.ownerToken, token);
152152
// associate github username with TC username
153153
const topcoderUsername = req.session.tcUsername;

0 commit comments

Comments
 (0)