diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/connections/GitHub/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/GitHub/index.ts b/src/connections/GitHub/index.ts index 5f255e66..d79fd51e 100644 --- a/src/connections/GitHub/index.ts +++ b/src/connections/GitHub/index.ts @@ -109,7 +109,7 @@ export default class GitHubConnection extends Connection { user_id: userId, external_id: userInfo.id.toString(), friend_sync: params.friend_sync, - name: userInfo.name, + name: userInfo.login, type: this.id, }); } |