We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7e72c commit 6b33125Copy full SHA for 6b33125
Octokit.GraphQL/Model/AuditEntry.cs
@@ -120,6 +120,9 @@ internal StubIAuditEntry(Expression expression) : base(expression)
120
121
public string UserUrl { get; }
122
123
+ // HACK: This wasn't auto-generated
124
+ IQueryableList<AuditEntryActor> IAuditEntry.Actor => throw new NotImplementedException();
125
+
126
internal static StubIAuditEntry Create(Expression expression)
127
{
128
return new StubIAuditEntry(expression);
0 commit comments