Skip to content

Commit

Permalink
Temp fix: remove empty GitHub Id
Browse files Browse the repository at this point in the history
* 'temp' as this commit will not be needed with some upcoming changes
  • Loading branch information
JoshuaTheMiller committed Feb 8, 2023
1 parent a08dc89 commit c5a43bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Gttsb.Core/GroupSyncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private async Task<GroupSyncResult> SyncronizeGroupsAsync(string gitHubOrg, IEnu
m.DisplayName,
m.Email,
GitHubId = _emailToGitHubIdConverter.ToId(m.Email)
});
}).Where(u => !string.IsNullOrWhiteSpace(u.GitHubId)).ToList();

// Check if user is valid
var validUsersForTeam = new List<ValidGitHubId>();
Expand Down

0 comments on commit c5a43bd

Please sign in to comment.