File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ internal StubIAuditEntry(Expression expression) : base(expression)
96
96
97
97
public string Action { get ; }
98
98
99
- public AuditEntryActor Actor => this . CreateProperty ( x => x . Actor , Octokit . GraphQL . Model . AuditEntryActor . Create ) ;
99
+ public IQueryableList < AuditEntryActor > Actor => this . CreateProperty ( x => x . Actor ) ;
100
100
101
101
public string ActorIp { get ; }
102
102
@@ -120,9 +120,6 @@ internal StubIAuditEntry(Expression expression) : base(expression)
120
120
121
121
public string UserUrl { get ; }
122
122
123
- // HACK: This wasn't auto-generated
124
- IQueryableList < AuditEntryActor > IAuditEntry . Actor => throw new NotImplementedException ( ) ;
125
-
126
123
internal static StubIAuditEntry Create ( Expression expression )
127
124
{
128
125
return new StubIAuditEntry ( expression ) ;
You can’t perform that action at this time.
0 commit comments