Skip to content

Commit 3e5be32

Browse files
committed
Uncomment OrganizationVerifiedDomainEmails method
1 parent 56b5b05 commit 3e5be32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Octokit.GraphQL/Model/User.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ internal User(Expression expression) : base(expression)
218218
/// Verified email addresses that match verified domains for a specified organization the user is a member of.
219219
/// </summary>
220220
/// <param name="login">The login of the organization to match verified domains from.</param>
221-
//public IEnumerable<string> OrganizationVerifiedDomainEmails(Arg<string> login) => this.CreateMethodCall(x => x.OrganizationVerifiedDomainEmails(login));
221+
public IEnumerable<string> OrganizationVerifiedDomainEmails(Arg<string> login) => this.CreateMethodCall(x => x.OrganizationVerifiedDomainEmails(login));
222222

223223
/// <summary>
224224
/// A list of organizations the user belongs to.

0 commit comments

Comments
 (0)