Switch from Github real name to username for GH connection

This commit is contained in:
Madeline
2023-03-18 19:26:16 -04:00
committed by Puyodead1
parent 3f9887d855
commit 42b2237d0f
+1 -1
View File
@@ -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,
});
}