File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ internal User(Expression expression) : base(expression)
218
218
/// Verified email addresses that match verified domains for a specified organization the user is a member of.
219
219
/// </summary>
220
220
/// <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 ) ) ;
222
222
223
223
/// <summary>
224
224
/// A list of organizations the user belongs to.
You can’t perform that action at this time.
0 commit comments