Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 26a00c1

Browse files
Removing unused property
1 parent 812b292 commit 26a00c1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/GitHub.Exports/Models/StatusModel.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,5 @@ public class StatusModel
2424
/// The descritption for the Status
2525
/// </summary>
2626
public string Description { get; set; }
27-
28-
/// <summary>
29-
/// The Url for the avatar for the Status
30-
/// </summary>
31-
public string AvatarUrl { get; set; }
3227
}
3328
}

src/GitHub.InlineReviews/Services/PullRequestSessionService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,6 @@ async Task<LastCommitAdapter> GetPullRequestLastCommitAdapter(HostAddress addres
785785
Context = statusContext.Context,
786786
TargetUrl = statusContext.TargetUrl,
787787
Description = statusContext.Description,
788-
AvatarUrl = statusContext.Creator.AvatarUrl(null)
789788
}).ToList()
790789
).SingleOrDefault()
791790
}
@@ -811,7 +810,6 @@ async Task<LastCommitAdapter> GetPullRequestLastCommitAdapter(HostAddress addres
811810
Context = statusContext.Context,
812811
TargetUrl = statusContext.TargetUrl,
813812
Description = statusContext.Description,
814-
AvatarUrl = statusContext.Creator.AvatarUrl(null)
815813
}).ToList()
816814
).SingleOrDefault()
817815
}

0 commit comments

Comments
 (0)