From 42b2237d0f11b229340ffd2b7244e0b05515949d Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 23 Dec 2022 20:08:23 +1100 Subject: Switch from Github real name to username for GH connection --- src/connections/GitHub/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, }); } -- cgit 1.4.1