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

Commit b72e1c3

Browse files
authored
unabashed logging hack
1 parent 1411739 commit b72e1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/GithubController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +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}`);
150151
const githubUser = await GithubService.addTeamMember(team.teamId, team.ownerToken, token);
151152
// associate github username with TC username
152153
const topcoderUsername = req.session.tcUsername;

0 commit comments

Comments
 (0)