summary refs log tree commit diff
path: root/src/connections/GitHub/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/connections/GitHub/index.ts')
-rw-r--r--src/connections/GitHub/index.ts2
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, }); }